/*==================================================
    /** #b1976b
    * Table of Contents :
      1. body reset content
      2. header-area
      3. footer-area
      4. slide-menu-area
      5. banner-area
      6. idea-arera
      7. services-area
      8. section-title
      9. btn
      10. about-area
      11. video-area
      12. our-service-area
      13. counter-area
      14. portfolio-area
      15. team-area
      16. contact-area
      17. testimonial-area
      18. breadcumb-area
      19. aboutus-area
      20. approch-area
      21. service-two-area
      22. googlemap-area
      23. blog-page-area
      24. pagination-area
      25. sidebar-widgets
      26. blog-datails-area
      27. portfolio-details-area
      28. loader


/*
------------------- Table of content --------------------------------

---------------------- common content -----------------------
1. body reset content
---------------------- element content ---------------------------
*/


/*=================================================
    1. body reset content
==============================================================*/

:root {
    font-size: 14px;
}

html,
body {
    height: 100%;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 1.8571428571;
    font-size: 14px;
    color: #747da1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
    -moz-outline: none;
    outline: none;
    border: 1px solid #19A655;
    box-shadow: none;
    border-color: #19A655;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

img {
    border: none;
    max-width: 100%;
}

button:focus {
    -moz-outline: none;
    outline: none;
    border: 1px solid #19A655;
    box-shadow: none;
    border-color: #19A655;
}

.section {
    padding: 120px 0;
}

.section-top {
    padding: 120px 0 0;
}

.section-bottom {
    padding: 0 0 120px 0;
}

.btn.focus,
.btn:focus {
    border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
    color: #495057;
    background-color: #fff;
    border-color: #19A655;
    outline: 0;
    box-shadow: none;
}

.acurate {
    margin: 0;
    padding: 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 26px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 26px;
}

.aligncenter {
    display: block;
    margin: 0 auto 26px;
}

a:focus {
    outline: 0px solid;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 26px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #19A655;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
    color: #12315a;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #19A655;
    text-shadow: none;
}

::selection {
    background: #19A655;
    text-shadow: none;
}

.browserupgrade {
    margin: 26px 0;
    background: #19A655;
    color: #333333;
    padding: 26px 0;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pl-60 {
    padding-left: 60px;
}

.ptb-108 {
    padding: 108px 0;
}

.pt-112 {
    padding-top: 113px;
}

.pt-107 {
    padding-top: 107px;
}

.pb-112 {
    padding-bottom: 112px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-90 {
    padding-top: 90px;
}


/*------------------------ content end -----------------------*/


/*------------------------ element start ---------------------*/


/*=================================================
    element inheritance
==============================================================*/

.mean-container .mean-nav {
    position: absolute;
    top: 100%;
}


/*---------------------------
-----------------------------*/

#scrollUp {
    background: #000000;
    bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#scrollUp:hover {
    background: #12315a;
}

.header-area.stick {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px 0;
}

.header-area.stick .menu-area .main-menu ul li a {
    padding: 0 20px;
}


/*=================================================
    2. header-area
==============================================================*/

.header-area {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding: 40px 0;
    z-index: 9999;
}

.logo-area {
    padding: 3px 0;
}

.header-area.bg {
    background: #ffffff;
}

.header-area .menu-area .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-area .menu-area .main-menu ul li {
    display: inline-block;
}

.header-area .menu-area .main-menu ul li.sub {
    position: relative;
}

.header-area .menu-area .main-menu ul li.sub:hover .sub-menu {
    opacity: 1;
    top: 140%;
    visibility: visible;
}

.header-area .menu-area .main-menu ul li.sub .sub-menu {
    margin: 0px;
    list-style: none;
    width: 200px;
    background: #ffffff;
    padding: 20px 10px;
    position: absolute;
    content: '';
    left: 0;
    top: 200%;
    text-align: left;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}

.header-area .menu-area .main-menu ul li.sub .sub-menu li {
    display: block;
}

.header-area .menu-area .main-menu ul li.sub .sub-menu li a {
    display: block;
    text-align: left;
    text-transform: capitalize;
}

.header-area .menu-area .main-menu ul li.sub .sub-menu li:first-child>a {
    margin-top: 0
}

.header-area .menu-area .main-menu ul li:last-child a {
    padding-right: 0px;
}

.header-area .menu-area .main-menu ul li.current_menu_item a {
    color: #19A655;
}

.header-area .menu-area .main-menu ul li a {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    color: #1D274D;
    -webkit-transition: transition;
    -o-transition: transition;
    -moz-transition: transition;
    -ms-transition: transition;
    transition: transition;
}

.header-area .menu-area .main-menu ul li a:hover {
    color: #19A655;
}

.header-area .menu-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-area .menu-right ul li {
    display: inline-block;
}

.header-area .menu-right ul li.menu-bar {
    margin-left: 25px;
    display: none;
}

.header-area .menu-right ul li.menu-bar a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #e7f6ff;
    color: #66bfff;
    text-align: center;
}

.header-area .menu-right ul li.menu-bar a:hover {
    color: #ffffff;
    background: #19A655;
}

.header-area .menu-right ul li.search-area {
    margin-top: 10px;
    position: relative;
}

.header-area .menu-right ul li.search-area a {
    font-size: 14px;
    color: #969dbe;
}

.header-area .menu-right ul li.search-area a:hover {
    color: #19A655;
}

.header-area .menu-right ul li.search-area .search-form {
    position: absolute;
    right: 0;
    top: 150%;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.header-area .menu-right ul li.search-area .search-form.active {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header-area .menu-right ul li.search-area .search-form form input {
    width: 200px;
    height: 50px;
    border: 1px solid #19A655;
    padding: 10px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    color: #969dbe;
}

.law-header {
    padding: 0;
    margin-top: 20px;
}

.law-header.stick {
    margin: 0;
}

.law-header .menu-area .main-menu>ul>li>a {
    padding: 20px;
    margin: 0;
}

.law-header .menu-area .main-menu ul li.sub:hover .sub-menu {
    top: 100%;
    border-radius: 0;
}

.law-header .menu-area .main-menu ul li .sub-menu {
    margin-top: 28px !important;
    box-sizing: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.law-header .menu-area .main-menu ul li .sub-menu::before {
    left: 0;
    right: 0;
    top: -28px;
    width: 100%;
    content: "";
    height: 28px;
    position: absolute;
    background: transparent;
}

.event-thumb-2 {
    text-align: left;
    position: relative;
    margin: 0 0 30px;
}

.event-thumb-2 figure {
    margin: 0;
    position: relative;
    background-color: #000;
}

.event-thumb-2 figure:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background: rgba(231, 56, 39, 0);
    background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(29%, rgba(31, 32, 72, 0.29)), color-stop(49%, rgba(31, 32, 72, 0.49)), color-stop(50%, rgba(31, 32, 72, 0.5)), color-stop(100%, rgba(31, 32, 72, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73827', endColorstr='#1f2048', GradientType=0);
}

.event-thumb-2 figure img {
    width: 100%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.event-thumb-2:hover figure img {
    opacity: 0.5
}

.event-thumb-2 .text {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0px;
    position: absolute;
    padding: 0 40px 52px;
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.event-thumb-2 .max-w {
    float: left;
    max-width: 350px;
}

.event-thumb-2 .event-meta {
    margin: 0 0 20px;
}

.event-thumb-2 .event-meta li {
    color: #fff;
}

.event-thumb-2 .event-meta li i {
    margin-right: 10px;
}

.event-thumb-2 .title {
    margin: 0 0px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
}

.event-thumb-2 .btn {
    z-index: 1;
    color: #002240;
    border: none;
    line-height: 1;
    background: none;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    padding: 22px 40px;
    background: transparent;
    border: 1px solid #002240;
    text-transform: uppercase;
}

.event-thumb-2 .btn {
    float: right;
    font-size: 24px;
    padding: 33px 21px;
    border-radius: 0;
    margin-top: 13px;
}

.event-thumb-2 .btn::after {
    margin: 0;
}

.event-thumb-2 .btn:hover {
    color: #fff;
}

/*=================================================
    3. footer-area
==============================================================*/

.footer-area {

    background-color: transparent;
    background-image: linear-gradient(100deg, #051c2c 9%, #042c7b 100%);
    position: relative;
}

.footer-area::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    opacity: .1;
    background: url(images/bg/1.png) no-repeat;
    background-position: center center;
    background-size: cover;

}

.footer-area .footer-top {
    padding: 90px 0 81px 0;
    border-top: 2px solid #efefef;
}

.footer-area .footer-top .footer-widget .widget-title h2 {
    font-size: 30px;
    line-height: 1.55;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #fff;
}

.footer-area .footer-top .footer-widget .widget-text p {
    font-size: 16px;
    color: #b3b3b3;
    line-height: 26px;
}

.footer-area .footer-top .footer-widget .widget-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-area .footer-top .footer-widget .widget-menu ul li {
    display: block;
    padding-bottom: 12px;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a {
    position: relative;
    display: block;

    font-size: 16px;
    color: #b3b3b3;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a:hover {
    padding-left: 15px;
    color: #19A655;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a:hover:before {
    margin-left: 0px;
    opacity: 1;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a:before {
    position: absolute;
    content: '';
    color: #a200ff;
    left: 0;
    top: 50%;
    margin-left: -15px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 10px;
    height: 2px;
    background: #19A655;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.footer-area .footer-bottom .copyright-area {
    position: relative;
    padding: 40px 0 35px 0;
}

.footer-area .footer-bottom .copyright-area:after {
    position: absolute;
    content: ' ';
    background: url(images/line.png) no-repeat;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
}

.footer-area .footer-bottom .copyright-area p {
    margin: 0px;
    font-size: 16px;
    color: #b3b3b3;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-area .footer-bottom .copyright-area p a {
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-area .footer-bottom .copyright-area p a:hover {
    color: #19A655;
}


/*=================================================
    4. slide-menu-area
==============================================================*/

.slide-menu-area {
    background: #19A655;
    width: 0px;
    height: 100vh;
    position: fixed;
    right: -360px;
    top: 0px;
    padding: 130px 30px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.slide-menu-area .close {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    opacity: 1;
    padding: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 400;
}

.slide-menu-area .close:hover {
    color: #cccccc;
}

.slide-menu-area.highlight {
    right: 0px;
    opacity: 1;
    width: 300px;
    visibility: visible;
    z-index: 9999;
}

.slide-menu-area h3 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}

.slide-menu-area h3:after {
    position: absolute;
    content: "";
    top: 30px;
    left: 0px;
    width: 60px;
    height: 2px;
    font-style: normal;
    background: #ffffff;
}

.slide-menu-area ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

.slide-menu-area ul li {
    display: block;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
}

.slide-menu-area ul li a {
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.slide-menu-area ul li a:hover {
    color: #dddddd;
}

.slide-menu-area ul li i {
    color: #ffffff;
    margin-right: 10px;
    font-size: 12px;
}


/*=================================================
    5. banner-area
==============================================================*/

.banner-area {
    position: relative;
    padding-top: 330px;
    padding-bottom: 110px;
}

.banner-area .banner-img {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    /*width: 65%;*/
    height: 100%;
    z-index: -1;
}

.banner-area .banner-img img {
    width: 100%;
    height: 100%;
}

.banner-area .banner-info .banner-title h1 {
    font-size: 70px;
    line-height: 80px;
    color: #1d274e;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}

.banner-area .banner-info .banner-title h1 span {
    display: block;
}

.banner-area .banner-info .banner-content {
    padding-right: 120px;
}

.banner-area .banner-info .banner-content p {
    font-size: 18px;
    line-height: 28px;
    color: #747da1;
    margin-bottom: 40px;
}

.banner-area .banner-info .banner-btn .btn {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 17px 40px;
    font-size: 14px;
    color: #a3accf;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

.banner-area .banner-info .banner-btn .btn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background: linear-gradient(90deg, #19A655, #9806fc);
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.banner-area .banner-info .banner-btn .btn.active {
    color: #ffffff;
    -webkit-box-shadow: 0 6px 15px #868686;
    -o-box-shadow: 0 6px 15px #868686;
    -moz-box-shadow: 0 6px 15px #868686;
    -ms-box-shadow: 0 6px 15px #868686;
    box-shadow: 0 6px 15px #868686;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.banner-area .banner-info .banner-btn .btn.active:after {
    opacity: 1;
    height: 100%;
}

.banner-area .banner-info .banner-btn .btn:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 6px 15px #868686;
    -o-box-shadow: 0 6px 15px #868686;
    -moz-box-shadow: 0 6px 15px #868686;
    -ms-box-shadow: 0 6px 15px #868686;
    box-shadow: 0 6px 15px #868686;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.banner-area .banner-info .banner-btn .btn:hover:after {
    opacity: 1;
    height: 100%;
}


/*=================================================
    6. idea-arera
==============================================================*/

.idea-arera .idea-title h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #1d274e;
    margin: 0;
}

.idea-arera .idea-title h2 span {
    display: block;
}

.idea-arera .idea-content {
    padding-left: 30px;
    margin-top: 20px;
    position: relative;
}

.idea-arera .idea-content:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 80px;
    background: #19A655;
    top: 3px;
    left: -2px;
}

.idea-arera .idea-content p {
    font-size: 18px;
    color: #747da1;
    line-height: 28px;
    margin-bottom: 0px;
}


/*=================================================
    7. services-area
==============================================================*/

.services-area {
    background: #e6e6e6;
}

.services-area .single-service {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
    padding: 36px 40px 60px 40px;
    z-index: 1;
    margin-top: 30px;
}

.services-area .single-service:hover:after {
    opacity: 1;
}

.services-area .single-service:hover .service-icon i:before {
    color: #ffffff;
}

.services-area .single-service:hover .service-title h3 {
    color: #ffffff;
}

.services-area .single-service:hover .service-content p {
    color: #ffffff;
}

.services-area .single-service:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #19A655;
    opacity: 0;
    z-index: -1;
}

.services-area .single-service .service-icon {
    margin-bottom: 3px;
}

.services-area .single-service .service-icon i {
    font-size: 79px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.services-area .single-service .service-icon i:before {
    margin-left: 0px;
    color: #19A655;
}

.services-area .single-service .service-title h3 {
    font-size: 26px;
    color: #1d274e;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.services-area .single-service .service-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #747da1;
}


/*=================================================
    8. section-title
==============================================================*/

.section-title {
    margin-bottom: 50px;
}

.section-title span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.2em;
    font-family: inherit;
    display: inline-block;
    color: #19A655;
}

.section-title h2 {
    font-size: 60px;
    line-height: 1.16667;
    letter-spacing: -0.03em;
    margin: 0;
    color: #1d274e;
}

.section-title h2+p {
    margin-top: 9px;
}

.section-title p {
    margin: 0 auto;
    margin-bottom: 19px;
    max-width: 660px;
}

.svg-icon {
    width: 114px;
    height: 28px;
    margin: 0 auto;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(images/border-icon.png);
}

.gray-bg {
    background: #f9f8ff;
}


/*=================================================
    9. btn
==============================================================*/

.btn-primary {
    border: none;
    font-size: 14px;
    padding: 0 54px;
    line-height: 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
}

.btn-primary:hover {
    color: #ffffff;
    background: #1d274e;
}


/*=================================================
    10. about-area
==============================================================*/

.about-area {
    position: relative;
    overflow: hidden;
}

.about-area .about-title h2 {
    font-size: 60px;
    line-height: 1.16667;
    letter-spacing: -0.03em;
    color: #1d274e;
    margin-bottom: 35px;
}

.about-area .about-feature {
    margin-bottom: 35px;
}

.about-area .about-feature ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-area .about-feature ul li {
    display: block;
    font-size: 16px;
    color: #747da1;
    line-height: 28px;
    margin-bottom: 10px;
}

.about-area .about-feature ul li i {
    margin-right: 9px;
    color: #19A655;
}

.about-area .about-img {
    position: absolute;
    content: '';
    width: 50%;
    top: 0;
    height: 100%;
}

.about-area .about-img.right-0 {
    right: 0;
}

.about-area .about-img img {
    width: 100%;
    /*height: 100%;*/
}


/*=================================================
    11. video-area
==============================================================*/

.video-area {
    background: url(images/video/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0 180px 0;
}

.video-area .video-info {
    padding: 95px 60px 94px 80px;
    background-color: rgba(1, 93, 199, 0.9);
    color: #fff;
}

.video-area .video-info h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 25px;
}

.video-area .video-info p {
    font-size: 29px;
    font-family: "Poppins", sans-serif;
    line-height: 1.6666;
    font-weight: 600;
    margin-bottom: 0px;
}

.video-area .video {
    position: absolute;
    bottom: -245px;
}

.video-area .video .video-inner {
    position: relative;
}

.video-area .video .video-inner img {
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.video-area .video .video-inner:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #19A655;
    background-color: transparent;
    opacity: 0.9;
}

.video-area .video .video-inner .play-btn {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
}

.video-area .video .video-inner .play-btn a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 4px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.video-area .video .video-inner .play-btn a i {
    font-size: 20px;
}

.video-area .video .video-inner .play-btn a:hover {
    color: #19A655;
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px #000000;
    -o-box-shadow: 0 0 30px #000000;
    -moz-box-shadow: 0 0 30px #000000;
    -ms-box-shadow: 0 0 30px #000000;
    box-shadow: 0 0 30px #000000;
}


/*=================================================
    12. our-service-area
==============================================================*/

.our-service-area.pt-112 {
    padding-top: 175px;
}

.our-service-area .section-title {
    margin-bottom: 38px;
}

.our-service-area .single-service {
    margin-top: 30px;
}

.our-service-area .single-service:hover .media .service-icon {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.our-service-area .single-service:hover .media .service-icon i {
    color: #9806fc;
}

.our-service-area .single-service .media .service-icon {
    padding-right: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.our-service-area .single-service .media .service-icon i {
    font-size: 60px;
    color: #19A655;
    line-height: 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.our-service-area .single-service .media .media-body h3 {
    margin-bottom: 13px;
    text-transform: capitalize;
}

.our-service-area .single-service .media .media-body h3 a {
    color: #1d274e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.our-service-area .single-service .media .media-body h3 a:hover {
    color: #19A655;
}

.our-service-area .single-service .media .media-body p {
    margin-bottom: 0px;
}


/*=================================================
    13. counter-area
==============================================================*/

.counter-area {
    background: url(images/bg/counter.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.counter-area:before {
    position: absolute;
    content: '';
    background-color: rgba(1, 93, 199, 0.9);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.9)), to(rgba(162, 0, 255, 0.9)));
    background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
    background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
    background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
    background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
    background-image: linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
    background-color: transparent;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.counter-area .single-counter {
    color: #ffffff;
}

.counter-area .single-counter .counter-icon {
    margin-bottom: 27px;
}

.counter-area .single-counter .counter-icon i {
    font-size: 100px;
    line-height: 100px;
}

.counter-area .single-counter h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1;
}

.counter-area .single-counter .counter-title span {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
    /*font-weight: 500;*/
    /*letter-spacing: 0.2em;*/
    /*text-transform: uppercase;*/
}


/*=================================================
    14. portfolio-area
==============================================================*/

.portfolio-area .portfolio .filtering-button {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    border: 1px solid #f7f7f7;
    text-align: center;
    margin-top: 30px;
}

.portfolio-area .portfolio .filtering-button a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #aab2d2;
    padding: 0 36px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    line-height: 58px;
    display: inline-block;
    z-index: 1;
}

.portfolio-area .portfolio .filtering-button a.active {
    color: #ffffff;
}

.portfolio-area .portfolio .filtering-button a.active:before {
    opacity: 1;
}

.portfolio-area .portfolio .filtering-button a:hover {
    color: #ffffff;
}

.portfolio-area .portfolio .filtering-button a:hover:before {
    opacity: 1;
}

.portfolio-area .portfolio .filtering-button a:before {
    position: absolute;
    content: '';
    opacity: 0;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #19A655;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio {
    margin-top: 30px;
    overflow: hidden;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio:hover .images a img {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio:hover .images .overlay {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images {
    overflow: hidden;
    position: relative;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images a {
    overflow: hidden;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay {
    position: absolute;
    -webkit-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 93, 199, 0.4);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.4)), to(rgba(162, 0, 255, 0.4)));
    background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    background-image: linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    padding: 34px 40px 40px 40px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .portfolio-sub-title a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: "Rubik", sans-serif;
    display: block;
    margin-bottom: 8px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .portfolio-title h3 {
    line-height: 1.416;
    font-size: 24px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .portfolio-title h3 a {
    color: #ffffff;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .meta-box {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .meta-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .meta-box ul li {
    display: inline-block;
    margin-right: 15px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .meta-box ul li a {
    color: #ffffff;
    font-size: 16px;
}


/*=================================================
    15. team-area
==============================================================*/

.team-area {
    background-color: transparent;
    background-image: linear-gradient(100deg, #051c2c 9%, #042c7b 100%);
}

.team-area .section-title span {
    color: #ffffff;
}

.team-area .section-title h2 {
    color: #ffffff;
}

.team-area .single-member {
    margin-top: 30px;
    margin-bottom: 10px;
}

.team-area .single-member:hover .member-img:after {
    opacity: 1;
}

.team-area .single-member:hover .member-img .social-media {
    opacity: 1;
    bottom: 22px;
}

.team-area .single-member .member-img {
    margin-bottom: 35px;
    position: relative;
}

.team-area .single-member .member-img img {
    width: 100%;
    height: 100%;
}

.team-area .single-member .member-img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(29, 39, 78, 0.6);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.team-area .single-member .member-img .social-media {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.team-area .single-member .member-img .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-area .single-member .member-img .social-media ul li {
    display: inline-block;
}

.team-area .single-member .member-img .social-media ul li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 0 6px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.team-area .single-member .member-img .social-media ul li a:hover {
    color: #19A655;
}

.team-area .single-member .member-name h3 {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.team-area .single-member .member-position span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    color: #19A655;
    letter-spacing: 0.2em;
}


/*=================================================
    16. contact-area
==============================================================*/

.contact-area {
    background-color: transparent;
    background-image: linear-gradient(100deg, #051c2c 9%, #042c7b 100%);
    position: relative;
}

.contact-area .widget-title,

.contact-area .osr-form-caption .title {
    color: #fff;
}

.contact-area .layout5 li {
    color: rgba(255, 255, 255, 0.8);
}

.contact-area-trans {
    background: #f9f9ff;
}

.contact-area-trans::before {
    display: none;
}

.contact-area .section-title {
    margin-bottom: 31px;
}

.contact-area .section-title span {
    color: #ffffff;
}

.contact-area .section-title h2 {
    color: #ffffff;
    font-size: 57px;
}

.contact-area .contact-info {
    background-color: rgba(45, 0, 88, 0.2);
    padding: 40px 40px;
    margin-top: 35px;
}

.contact-area .contact-info .media .service-icon {
    font-size: 60px;
    padding-right: 15px;
    line-height: 60px;
    color: #fff;
}

.contact-area .contact-info .media .media-body span {
    display: block;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 14px;
    color: #adb0ef;
}

.contact-area .contact-info .media .media-body h2 {
    margin-bottom: 0px;
    font-size: 36px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    letter-spacing: -0.03em;
    margin-top: 17px;
}

.contact-area .contact-form .form-group {
    margin-bottom: 32px;
}

.contact-area .contact-form form>.form-group:last-child {
    margin-bottom: 0px;
}

.contact-area .contact-form .form-group label {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.2em;
    color: #ffffff;
}

.contact-area .contact-form .form-group input {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 70px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.contact-area .contact-form .form-group input::-moz-placeholder {
    opacity: 0.9;
    color: #fff;
}

.contact-area .contact-form .form-group input::-webkit-input-placeholder {
    opacity: 0.9;
    color: #fff;
}

.contact-area .contact-form .form-group input::-ms-input-placeholder {
    color: #ffffff;
}

.contact-area .contact-form .form-group input::-webkit-input-placeholder {
    color: #ffffff;
}



.contact-area .contact-form .form-group textarea {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 140px;
    padding-top: 22px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.contact-area .contact-form .form-group textarea::-moz-placeholder {
    opacity: 0.9;
    color: #fff;
}

.contact-area .contact-form .form-group textarea::-webkit-input-placeholder {
    opacity: 0.9;
    color: #fff;
}

.contact-area .contact-form .form-group button {
    margin-top: 25px;
    border-radius: 0px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 21px 54px 19px;
    font-weight: 500;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.contact-area .contact-form .form-group input:focus,
.contact-area .contact-form .form-group textarea:focus {
    border-color: #19A655;
}

.contact-area .contact-form .form-group button:hover {
    background: #19A655;
    border-color: #19A655;
}

.contact-area.contact-area-trans .section-title h2,
.contact-area.contact-area-trans .contact-info .media .media-body h2 {
    color: #1d274e;
}

.contact-area.contact-area-trans .contact-form .form-group textarea,
.contact-area.contact-area-trans .contact-form .form-group input {
    border-width: 2px;
    border-color: #e7e5f9;
}

.contact-area.contact-area-trans .contact-form .form-group input::-moz-placeholder {
    color: #8788b1;
}

.contact-area.contact-area-trans .contact-form .form-group input::-webkit-input-placeholder {
    color: #8788b1;
}

.contact-area.contact-area-trans .contact-info {
    color: #8788b1;
    background: #fff;
}

.contact-area.contact-area-trans .contact-form .form-group label,
.contact-area.contact-area-trans .contact-info .media .service-icon {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #19A655;
}


/*=================================================
    17. testimonial-area
==============================================================*/

.testimonial-area.pb-112.pt-112 {
    padding-bottom: 40px;
}

.testimonial-info {
    padding-top: 10px;
}

.testimonial-inner .testimonial-info {
    padding: 0;
}

.testimonial-area .testimonial-info .sub-title span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0.2em;
    font-family: inherit;
    display: inline-block;
    color: #19A655;
}

.testimonial-area .testimonial-info .title h2 {
    font-size: 45px;
    line-height: 1.16667;
    letter-spacing: -0.03em;
    margin-bottom: 35px;
    color: #1d274e;
}

.testimonial-area .testimonial-info .description p {
    margin-bottom: 0px;
}

.single-testimonial {
    padding: 10px 10px 40px 10px;
    position: relative;
}

.single-testimonial:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 80%;
    height: 15px;
    bottom: 30px;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left, #77a1d4, #bb6dee);
    background-image: -moz-linear-gradient(left, #77a1d4, #bb6dee);
    background-image: -ms-linear-gradient(left, #77a1d4, #bb6dee);
    background-image: -o-linear-gradient(left, #77a1d4, #bb6dee);
    background-image: linear-gradient(left, #77a1d4, #bb6dee);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    transition-delay: .1s;
}

.single-testimonial:before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient(left, #e2eaf4, #eedef8);
    background-image: -moz-linear-gradient(left, #e2eaf4, #eedef8);
    background-image: -ms-linear-gradient(left, #e2eaf4, #eedef8);
    background-image: -o-linear-gradient(left, #e2eaf4, #eedef8);
    background-image: linear-gradient(left, #e2eaf4, #eedef8);
    left: 0;
    right: 0;
    width: 70%;
    height: 15px;
    bottom: 30px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    transition-delay: .2s;
}

.single-testimonial:hover:after {
    opacity: 1;
    bottom: 25px;
}

.single-testimonial:hover:before {
    opacity: 1;
    bottom: 10px;
}

.single-testimonial:hover .testimonial-inner .catagory-title a {
    color: #ffffff;
}

.single-testimonial:hover .testimonial-inner .testimonial-title h3 a {
    color: #ffffff;
}

.single-testimonial:hover .testimonial-inner .testimonial-content p {
    color: #ffffff;
}

.single-testimonial:hover .testimonial-inner:after {
    opacity: 1;
}

.single-testimonial .testimonial-inner {
    padding: 32px 30px 32px 40px;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.single-testimonial .testimonial-inner:after {
    background-color: #19A655;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.single-testimonial .testimonial-inner .catagory-title a {
    display: block;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #19A655;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.single-testimonial .testimonial-inner .testimonial-title h3 {
    font-size: 26px;
    line-height: 1.384;
    margin-top: 17px;
    margin-bottom: 13px;
}

.single-testimonial .testimonial-inner .testimonial-title h3 a {
    color: #1d274e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.single-testimonial .testimonial-inner .testimonial-content p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #747da1;
    line-height: 26px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}


/*=================================================
    18. breadcumb-area
==============================================================*/

.breadcumb-area {
    padding: 88px 0 74px;
    background-color: #19A655;
    background-image: url(images/bg/breadcumb-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 106px;
}

.breadcumb-area .breadcumb-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcumb-area .breadcumb-page ul li {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
    display: inline-block;
    margin-right: 11px;
    position: relative;
}

.breadcumb-area .breadcumb-page ul li:first-child:before {
    display: none;
}

.breadcumb-area .breadcumb-page ul li:before {
    content: "|";
    margin-right: 13px;
}

.breadcumb-area .breadcumb-page ul li a {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.breadcumb-area .breadcumb-page ul li a:hover {
    color: #12315a;
}

.breadcumb-area .page-title h2 {
    font-size: 70px;
    line-height: 1.142;
    font-weight: 600;
    color: #ffffff;
    margin-top: 21px;
    margin-bottom: 0;
    text-transform: capitalize;
}


/*=================================================
    19. aboutus-area
==============================================================*/

.aboutus-area .about-img {
    position: relative;
}

.aboutus-area .about-img img {
    width: 100%;
    height: auto;
}

.aboutus-area .about-img .play-btn {
    z-index: 5;
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.aboutus-area .about-img .play-btn a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 110px;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #19A655;
    text-align: center;
}

.aboutus-area .about-img .play-btn a i {
    font-size: 20px;
}

.aboutus-area .about-img .play-btn a:hover {
    color: #19A655;
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px #000000;
    -o-box-shadow: 0 0 30px #000000;
    -moz-box-shadow: 0 0 30px #000000;
    -ms-box-shadow: 0 0 30px #000000;
    box-shadow: 0 0 30px #000000;
}

.aboutus-area .about-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50px;
    left: -50px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(images/bg/path.png);
    z-index: -1;
}

.aboutus-area .about-info {
    padding-top: 41px;
    padding-left: 20px;
}

.aboutus-area .about-info .about-title span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0.2em;
    font-family: inherit;
    display: inline-block;
    color: #19A655;
}

.aboutus-area .about-info .about-title h2 {
    font-size: 60px;
    line-height: 1.16667;
    letter-spacing: -0.03em;
    color: #1d274e;
    margin-bottom: 40px;
}


/*=================================================
    20. approch-area
==============================================================*/

.approch-area {
    background-color: #f8f7ff;
}

.approch-area .single-approch {
    background: url(images/approch/bg.jpg);
    overflow: hidden;
}

.approch-area .single-approch:hover .approch-inner:before {
    opacity: 0;
    visibility: hidden;
}

.approch-area .single-approch:hover .approch-inner:after {
    opacity: 1;
    visibility: visible;
}

.approch-area .single-approch:hover .approch-inner .approcho-info .approch-icon i {
    color: #ffffff;
}

.approch-area .single-approch:hover .approch-inner .approcho-info .approch-title h3 {
    color: #ffffff;
}

.approch-area .single-approch:hover .approch-inner .approcho-info .approch-content p {
    color: #ffffff;
}

.approch-area .single-approch .approch-inner {
    padding: 80px 40px;
    position: relative;
    z-index: 4;
}

.approch-area .single-approch .approch-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.approch-area .single-approch .approch-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.6)), to(rgba(162, 0, 255, 0.6)));
    background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
    background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
    background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
    background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
    background-image: linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-icon {
    margin-bottom: 36px;
    line-height: 1;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-icon i {
    font-size: 79px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #19A655;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-title h3 {
    font-size: 26px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 22px;
    color: #1d274e;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-content p {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 16px;
    line-height: 26px;
    color: #747da1;
    margin-bottom: 32px;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-btn a {
    display: inline-block;
    color: #ffffff;
    padding: 0;
    height: 60px;
    line-height: 60px;
    width: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    background-color: #19A655;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-btn a:hover {
    background: #ffffff;
    color: #000000;
}


/*=================================================
    21. service-two-area
==============================================================*/

.service-two-area .single-service {
    padding: 60px 30px 56px 30px;
    position: relative;
    background-color: #fff;
    position: relative;
    z-index: 3;
    margin-top: 30px;
}

.service-two-area .single-service:hover:after {
    opacity: 0;
}

.service-two-area .single-service:hover .service-icon i {
    color: #ffffff;
}

.service-two-area .single-service:hover .service-title h3 a {
    color: #ffffff;
}

.service-two-area .single-service:hover .service-content p {
    color: #ffffff;
}

.service-two-area .single-service:after {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.service-two-area .single-service:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #19A655;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.service-two-area .single-service .service-icon {
    line-height: 1;
    margin-bottom: 25px;
}

.service-two-area .single-service .service-icon i {
    color: #19A655;
    font-size: 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.service-two-area .single-service .service-title h3 {
    margin-bottom: 13px;
}

.service-two-area .single-service .service-title h3 a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #1d274e;
}

.service-two-area .single-service .service-content p {
    color: #747da1;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
}


/*=================================================
    22. googlemap-area
==============================================================*/

.googlemap-area .google-map-area .gmap-area {
    height: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}


/*=================================================
    23. blog-page-area
==============================================================*/

.blog-page-area.section {
    padding-bottom: 115px;
}

.blog-page-area .single-blog {
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-page-area .single-blog:hover .blog-img a img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-page-area .single-blog .blog-img {
    overflow: hidden;
}

.blog-page-area .single-blog .blog-img a {
    overflow: hidden;
}

.blog-page-area .single-blog .blog-img a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.blog-page-area .single-blog .blog-info {
    padding: 30px;
    margin-top: -90px;
}

.blog-page-area .single-blog .blog-info .blog-inner {
    background-color: #fff;
    padding: 36px 40px 30px 40px;
    -webkit-box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
    -o-box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
    -moz-box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
    -ms-box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
    box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
    position: relative;
    z-index: 99;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-meta {
    margin-bottom: 15px;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-meta ul li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 0 20px 0 0;
    color: #19A655;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-meta ul li i {
    margin-right: 10px;
    position: relative;
    top: -1px;
    color: #19A655;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-title h3 {
    font-size: 24px;
    line-height: 1.416;
    margin-bottom: 17px;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-title h3 a {
    color: #1d274e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-title h3 a:hover {
    color: #19A655;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-content p {
    font-size: 16px;
    color: #747da1;
    line-height: 26px;
    margin-bottom: 0px;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags {
    margin-top: 30px;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags ul li {
    display: inline-block;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags ul li a {
    background-color: #f9f7ff;
    display: inline-block;
    color: #747da1;
    text-transform: uppercase;
    font-size: 12px !important;
    border: none;
    padding: 0 17px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags ul li a:hover {
    background-color: #19A655;
    color: #fff;
}


/*=================================================
    24. pagination-area
==============================================================*/

.pagination-area {
    margin-top: 10px;
}

.pagination-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination-area ul li {
    display: inline-block;
}

.pagination-area ul li.active a {
    border: 2px solid transparent;
    background-color: #19A655;
    color: #fff;
}

.pagination-area ul li a {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 2px solid #eaebec;
    color: #b7bdc5;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px 5px 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination-area ul li a:hover {
    border: 2px solid transparent;
    background-color: #19A655;
    color: #fff;
}


/*=================================================
    25. sidebar-widgets
==============================================================*/

.sidebar-widgets .single-widget {
    margin-bottom: 40px;
    border: 2px solid #e3e3e3;
    padding: 38px 28px;
}

.sidebar-widgets .single-widget .widget-title h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 31px;
}

.sidebar-widgets .single-widget .widget-title h2 span {
    display: inline-block;
    padding: 0 58px;
    position: relative;
}

.sidebar-widgets .single-widget .widget-title h2 span:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #ebebeb;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.sidebar-widgets .single-widget .widget-title h2 span:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #ebebeb;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.sidebar-widgets .single-widget.widget_search .search-form .from-grupe {
    position: relative;
}

.sidebar-widgets .single-widget.widget_search .search-form .from-grupe input {
    background-color: #f9f7ff;
    height: 60px;
    padding-left: 30px;
    padding-right: 70px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    font-style: italic;
    border: none;
    width: 100%;
}

.sidebar-widgets .single-widget.widget_search .search-form .from-grupe button {
    padding: 0;
    border: none;
    line-height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #19A655;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.sidebar-widgets .single-widget.widget_search .search-form .from-grupe button:hover {
    color: #ffffff;
    background: #1d274e;
}

.sidebar-widgets .single-widget.social_widget .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widgets .single-widget.social_widget .social-media ul li {
    display: inline-block;
}

.sidebar-widgets .single-widget.social_widget .social-media ul li a {
    display: block;
    color: #a09acd;
    background-color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
    z-index: 1;
    margin: 0 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-widgets .single-widget.social_widget .social-media ul li a:hover {
    color: #ffffff;
    background-color: #19A655;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li span {
    float: right;
    margin-top: 13px;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li:last-child {
    border-bottom: none;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li a {
    color: #747da1;
    display: inline-block;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li a:hover {
    padding-left: 26px;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li a:hover:before {
    opacity: 1;
    margin-left: 0;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li a:before {
    content: "\f178";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font-family: "FontAwesome";
    color: #19A655;
    margin-left: -16px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post {
    margin-bottom: 15px;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .post-img {
    padding-right: 5px;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body h4 a {
    color: #1d274e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body h4 a:hover {
    color: #19A655;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body .time p {
    font-size: 14px;
    color: #747da1;
    display: inline-block;
    margin: 0;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body .time p i {
    padding-right: 8px;
    color: #747da1;
}

.sidebar-widgets .single-widget.tags_widget .tags-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widgets .single-widget.tags_widget .tags-list ul li {
    display: inline-block;
}

.sidebar-widgets .single-widget.tags_widget .tags-list ul li a {
    border: 1px solid #eaeaea;
    padding: 0 16px;
    color: #747da1;
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-widgets .single-widget.tags_widget .tags-list ul li a:hover {
    background-color: #19A655;
    border-color: #19A655;
    color: #ffffff;
}


/*=================================================
    26. blog-datails-area
==============================================================*/

.blog-datails-area .single-blog {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.blog-datails-area .single-blog .blog-img {
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-datails-area .single-blog .blog-img:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-datails-area .single-blog .blog-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    transition: all 10s;
    overflow: hidden;
}

.blog-datails-area .single-blog .blog-meta p,
.blog-datails-area .single-blog .blog-meta span{
    color: #19A655;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}

.blog-datails-area .single-blog .blog-meta p i ,
.blog-datails-area .single-blog .blog-meta span i {
    margin-right: 10px;
    position: relative;
    top: -1px;
    color: #19A655;
}

.blog-datails-area .single-blog .blog-title h2 {
    font-size: 30px;
    line-height: 40px;
    color: #1d274e;
    margin-bottom: 20px;
}

.blog-datails-area .single-blog .blog-content blockquote {
    overflow: hidden;
    background-color: #19A655;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding: 24px 30px 24px 90px;
    clear: both;
    margin: 40px 0;
    color: #f5f5f5;
}

.blog-datails-area .single-blog .blog-content blockquote:before {
    content: '\f10d';
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 28px;
    position: absolute;
    left: 35px;
    top: 50px;
    font-style: normal;
}

.blog-datails-area .single-blog .blog-content blockquote p {
    margin-bottom: 0;
}

.blog-datails-area .single-blog .blog-content blockquote span {
    font-style: normal;
    display: block;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin-top: 11px;
    font-family: 'Poppins', sans-serif;
}

.blog-datails-area .single-blog .related-tags h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1d274e;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-bottom: 14px;
}

.blog-datails-area .single-blog .related-tags .tags-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-datails-area .single-blog .related-tags .tags-list ul li {
    display: inline-block;
}

.blog-datails-area .single-blog .related-tags .tags-list ul li a {
    margin-right: 16px;
    margin-bottom: 20px;
    border: 2px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    color: #9494b2;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 46px;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-datails-area .single-blog .related-tags .tags-list ul li a:hover {
    background-color: #19A655;
    color: #fff;
    border-color: #19A655;
}

.social-share.ss-padding {
    padding-left: 60px;
}

.blog-datails-area .single-blog .social-share h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1d274e;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-bottom: 14px;
}

.blog-datails-area .single-blog .social-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-datails-area .single-blog .social-share ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-datails-area .single-blog .social-share ul li a {
    font-size: 18px;
    color: #b5becc;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-datails-area .single-blog .social-share ul li a:hover {
    color: #19A655;
}

.blog-datails-area .comment-area {
    padding: 34px 0 0;
    border-bottom: 1px solid #eaeaea;
}

.blog-datails-area .comment-area .comment-section-title h2 {
    font-size: 26px;
    color: #1d274e;
    margin-bottom: 33px;
}

.blog-datails-area .comment-area .single-comment {
    margin-bottom: 50px;
}

.blog-datails-area .comment-area .single-comment:last-child {
    margin-bottom: 35px;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-img {
    float: left;
}

.blog-datails-area .comment-area .single-comment .comment-inner img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content {
    overflow: hidden;
    position: relative;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-date {
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 14px;
    color: #19A655;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1d274e;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    color: #747da1;
    margin-bottom: 0px;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-reply {
    position: absolute;
    right: 20px;
    top: 0;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-reply a {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    color: #aca8c9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-reply a:before {
    content: "\f112";
    font-family: FontAwesome;
    margin-right: 4px;
    font-weight: normal;
    color: inherit;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-reply a:hover {
    color: #19A655;
}

.blog-datails-area .comment-form {
    padding: 34px 0 0;
}

.blog-datails-area .comment-form .comment-section-title h2 {
    font-size: 26px;
    color: #1d274e;
    margin-bottom: 33px;
}

.blog-datails-area .comment-form form .form-group {
    position: relative;
}

.blog-datails-area .comment-form form .form-group.comment i {
    position: absolute;
    right: 27px;
    top: 20%;
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.blog-datails-area .comment-form form .form-group input {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    color: #a7a7c1;
    padding: 8px 28px;
    line-height: normal;
    font-size: 14px;
    height: 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    outline: none;
    padding-right: 67px;
}

.blog-datails-area .comment-form form .form-group input:focus {
    outline: 0;
    border-color: #19A655;
}

.blog-datails-area .comment-form form .form-group textarea {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    color: #a7a7c1;
    padding: 20px 28px;
    line-height: normal;
    font-size: 14px;
    height: 150px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    outline: none;
    padding-right: 67px;
    resize: none;
}

.blog-datails-area .comment-form form .form-group textarea:focus {
    outline: 0;
    border-color: #19A655;
}

.blog-datails-area .comment-form form .form-group i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.blog-datails-area .comment-form form .form-submit {
    margin-top: 40px;
}

.blog-datails-area .comment-form form .form-submit button {
    background-color: #19A655;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0 54px;
    line-height: 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.blog-datails-area .comment-form form .form-submit button:hover {
    background: #1d274e;
}


/*=================================================
    27. portfolio-details-area
==============================================================*/

.portfolio-details-area .portflio-list .single-portfolio {
    margin-bottom: 40px;
    overflow: hidden;
}

.portfolio-details-area .portflio-list .single-portfolio:hover a img {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    transition: all 5s;
}

.portfolio-details-area .portflio-list .single-portfolio a {
    display: block;
    overflow: hidden;
}

.portfolio-details-area .portflio-list .single-portfolio a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    transition: all 5s;
}

.portfolio-details-area .portfolio-content {
    padding-left: 30px;
    margin-bottom: 40px;
}

.portfolio-details-area .portfolio-content p {
    font-size: 16px;
    color: #747da1;
    line-height: 26px;
}

.portfolio-details-area .portfolio-content .portfolio-subtitle a {
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #19A655;
    margin-top: -5px;
    display: block;
}

.portfolio-details-area .portfolio-content .portfolio-title h2 {
    font-size: 40px;
    margin-top: 14px;
    margin-bottom: 33px;
    color: #1d274e;
}

.portfolio-details-area .portfolio-content blockquote {
    font-size: 16px;
    line-height: 26px;
    padding: 24px 30px 24px 40px;
    overflow: hidden;
    background-color: #19A655;
    position: relative;
    clear: both;
    margin: 40px 0;
}

.portfolio-details-area .portfolio-content blockquote:before {
    position: absolute;
    content: '';
    width: 116px;
    height: 85px;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 10px;
    background-image: url(images/icon-blockquote.png);
}

.portfolio-details-area .portfolio-content blockquote p {
    font-size: 14px;
    line-height: 24px;
    color: #f5f5f5;
    margin-bottom: 0px;
}

.portfolio-details-area .portfolio-content .portfolio-meta .single-meta {
    margin-bottom: 24px;
}

.portfolio-details-area .portfolio-content .portfolio-meta .single-meta span {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #9d97cb;
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}

.portfolio-details-area .portfolio-content .portfolio-meta .single-meta h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #1d274e;
    margin-bottom: 0px;
}

.portfolio-details-area .portfolio-content .portfolio-footer {
    margin-top: 15px;
}

.portfolio-details-area .portfolio-content .portfolio-footer .footer-button .btn {
    background-color: #19A655;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0 54px;
    line-height: 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.portfolio-details-area .portfolio-content .portfolio-footer .footer-button .btn:hover {
    background: #1d274e;
}

.portfolio-details-area .portfolio-content .portfolio-footer .portfolio-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio-details-area .portfolio-content .portfolio-footer .portfolio-social ul li {
    display: inline-block;
}

.portfolio-details-area .portfolio-content .portfolio-footer .portfolio-social ul li a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #65656f;
    background-color: #e5e5e5;
    z-index: 1;
    margin-top: 5px;
    margin-left: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-details-area .portfolio-content .portfolio-footer .portfolio-social ul li a:hover {
    color: #ffffff;
    background-color: #19A655;
}

.portfolio-details-area .portfolio-nave {
    margin-top: 45px;
}

.portfolio-details-area .portfolio-nave .prev {
    width: 50%;
    float: left;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner {
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner:hover {
    padding-left: 55px;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner:hover .nav-icon {
    opacity: 1;
    left: 0;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-icon {
    position: absolute;
    left: 30px;
    top: -15px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-icon a i {
    font-size: 40px;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    color: #9124dc;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-content span {
    font-size: 14px;
    color: #9d97cb;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-content h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0 0;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-content h3 a {
    color: #9d97cb;
}

.portfolio-details-area .portfolio-nave .nav-portfolios {
    position: absolute;
    line-height: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 120px;
    height: 120px;
}

.portfolio-details-area .portfolio-nave .nav-portfolios a {
    font-size: 56px;
    color: #19A655;
    display: block;
}

.portfolio-details-area .portfolio-nave .next {
    width: 50%;
    float: right;
}

.portfolio-details-area .portfolio-nave .next .nav-inner {
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    text-align: right;
}

.portfolio-details-area .portfolio-nave .next .nav-inner:hover {
    padding-right: 55px;
}

.portfolio-details-area .portfolio-nave .next .nav-inner:hover .nav-icon {
    opacity: 1;
    right: 0;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-icon {
    position: absolute;
    right: 30px;
    top: -15px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-icon a i {
    font-size: 40px;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    color: #9124dc;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-content span {
    font-size: 14px;
    color: #9d97cb;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-content h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0 0;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-content h3 a {
    color: #9d97cb;
}

.woocommerce .star-rating-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.woocommerce .star-rating-wrap .star-rating {
    margin: 0;
}

.woocommerce .star-rating-wrap .count-rating {
    font-size: 14px;
    margin-left: 8px;
    color: #808a98;
}

.woocommerce .woocommerce-product-category a {
    margin-bottom: 8px;
    display: inline-block;
    background-color: #19A655;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='#9124dc', gradientType='1');
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-category a {
        margin-bottom: 4px;
        font-size: 14px;
    }
}

.woocommerce span.onsale {
    height: 45px;
    width: 45px;
    min-width: inherit;
    min-height: inherit;
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 45px;
    background-color: #19A655;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='#9124dc', gradientType='1');
    font-family: 'Poppins', sans-serif;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 0 !important;
    top: 14px !important;
    left: 29px !important;
    right: auto !important;
    font-weight: normal;
    z-index: 1;
}

.woocommerce .star-rating {
    margin: 0;
    letter-spacing: 0.2em;
    width: 90px;
    height: 18px;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating:before {
    content: "\f27d\f27d\f27d\f27d\f27d";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 18px;
}

.woocommerce .star-rating span::before {
    color: #ffab00;
}

.woocommerce .star-rating:before {
    color: #d4d4d4;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.woocommerce .products .product {
    margin-bottom: 50px;
    margin-right: 0;
    padding: 0 15px;
}

.woocommerce .products .product.last {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 25%;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce ul.products.columns-3 li.product {
        width: 33.33%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .woocommerce .products .product {
        width: 50% !important;
    }
}

@media screen and (max-width: 575px) {
    .woocommerce .products .product {
        width: 100% !important;
    }
}

@media screen and (min-width: 992px) {
    .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
        width: 33.33%;
    }
}

.woocommerce .products .product .woocommerce-product-title,
.woocommerce .woocommerce-product-title {
    font-size: 20px;
}

@media screen and (max-width: 1199px) {

    .woocommerce .products .product .woocommerce-product-title,
    .woocommerce .woocommerce-product-title {
        font-size: 18px;
    }
}

.woocommerce .products .product .woocommerce-product-title a,
.woocommerce .woocommerce-product-title a {
    color: #1e2331;
}

.woocommerce .products .product .woocommerce-product-title a:hover,
.woocommerce .woocommerce-product-title a:hover {
    color: #19A655;
}

.woocommerce .products .product .price {
    font-size: 16px;
    font-weight: 600;
    color: #1d274e;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.woocommerce .products .product .price del {
    color: #c4c9dc;
}

.woocommerce .products .product .price ins {
    color: #1d274e;
}

.woocommerce .woocommerce-topbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}

.woocommerce .woocommerce-topbar div.woocommerce-result-count {
    margin: 15px 30px 15px 0px;
    flex-grow: 1;
}

.woocommerce .woocommerce-topbar .woocommerce-result-count,
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
    float: none;
    margin: 0;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering {
    min-width: 220px;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
    background-color: #fff;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
    position: relative;
    overflow: hidden;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
    width: auto;
    display: inline-block;
    margin-bottom: 0 !important;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(103, 71, 238, 0.7);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(103, 71, 238, 0.7)), to(rgba(145, 36, 220, 0.7)));
    background-image: -webkit-linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
    background-image: -moz-linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
    background-image: -ms-linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
    background-image: -o-linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
    background-image: linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(103, 71, 238, 0.7)', endColorStr='rgba(145, 36, 220, 0.7)', gradientType='1');
    z-index: 99;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: perspective(500px) rotateX(-90deg);
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 60px;
    color: #1d274e;
    display: inline-block;
    background-image: none;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
    display: none;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
    opacity: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
    letter-spacing: 0;
    top: 0;
    right: 12px;
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
        padding-left: 32px;
        padding-right: 32px;
        line-height: 48px;
        letter-spacing: 0.05em;
    }
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
    opacity: 1;
    transform: perspective(500px) rotateX(0deg);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
    padding: 24px 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-holder {
        display: block;
    }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-left {
    margin-right: 30px;
    flex-grow: 1;
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-left {
        margin-right: 0;
    }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-right .price {
    line-height: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-right del {
    display: block !important;
    margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-right del {
        display: inline-block !important;
    }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
    float: none;
    margin: 0 auto 8px auto;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 8px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
    padding: 0px !important;
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
        margin-bottom: 15px;
    }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
    color: inherit;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
    color: #19A655;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
    color: rgba(51, 51, 51, 0.66);
    font-size: 14px;
    margin-bottom: 12px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
    margin-bottom: 12px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
    width: auto !important;
    margin: 0 !important;
}

.woocommerce .woocommerce-product-inner+.button.yith-wcqv-button {
    display: none !important;
}

.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
    display: none !important;
}

.woocommerce .products .product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block;
}

.woocommerce .products .product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

.woocommerce .woocommerce-pagination {
    margin-top: 20px;
}

.woocommerce .woocommerce-pagination ul.page-numbers {
    border: none;
    text-align: center;
    margin-bottom: 50px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
    border: none;
    margin: 4px;
    display: inline-block;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
    padding: 0;
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 70px;
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    border: none;
    color: #9fa7c5;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next,
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev {
    font-size: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next:before {
    font-size: 16px;
    content: '\f2ee';
    font-family: 'Material-Design-Iconic-Font';
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
    font-size: 16px;
    content: '\f2ea';
    font-family: 'Material-Design-Iconic-Font';
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover {
    background-color: #19A655;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='#9124dc', gradientType='1');
    color: #fff;
}

.single-product .woocommerce-summary-wrap {
    margin: 0 -25px;
}

.single-product .woocommerce-summary-wrap>.col-xl-6 {
    padding: 0 25px;
}

.single-product #shop-breadcrumb {
    padding-bottom: 46px;
}

.single-product #shop-newsletter {
    margin-top: 30px;
}

.single-product section.related h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 37px;
}

.single-product section.related ul.products {
    margin-bottom: 0;
}

.single-product section.related ul.products li.product {
    margin-bottom: 0 !important;
}

.single-product div.product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
    margin-bottom: 37px;
}

.single-product div.product form.cart {
    margin-bottom: 24px;
}

.single-product div.product form.cart button.button {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.single-product div.product form.cart .single_add_to_cart_button {
    background-color: #19A655;
    padding-left: 54px;
    padding-right: 54px;
    line-height: 60px;
}

.single-product div.product form.cart label {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: #232323;
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 767px) {
    .single-product div.product form.cart label {
        font-size: 15px;
        line-height: normal;
    }
}

.single-product div.product form.cart .reset_variations {
    display: none !important;
}

.single-product div.product form.cart .variations {
    margin-bottom: 10px;
}

.single-product div.product form.cart .variations td {
    padding-bottom: 20px;
}

.single-product div.product form.cart .button-variable-wrapper .button-variable-item {
    background-color: #f3f3f3;
    border: none;
    line-height: 40px;
    color: #1d274e;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
}

.single-product div.product form.cart .button-variable-wrapper .button-variable-item span {
    font-size: 14px;
}

.single-product div.product form.cart .button-variable-wrapper .button-variable-item.selected,
.single-product div.product form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: #19A655;
    color: #fff;
}

.single-product div.product form.cart .color-variable-wrapper .color-variable-item {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0 5px 5px 0;
    opacity: 0.5;
}

.single-product div.product form.cart .color-variable-wrapper .color-variable-item span {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.single-product div.product form.cart .color-variable-wrapper .color-variable-item.selected {
    opacity: 1;
}

.single-product div.product .woocommerce-gallery span.onsale {
    display: none;
}

.single-product div.product .woocommerce-product-gallery {
    width: 100% !important;
    margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .single-product div.product .woocommerce-product-gallery {
        margin-bottom: 50px;
    }
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 575px) {
    .single-product div.product .woocommerce-product-gallery .flex-control-nav {
        margin-top: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 15px;
}

@media screen and (max-width: 575px) {
    .single-product div.product .woocommerce-product-gallery .flex-control-nav li {
        padding: 0 5px;
    }
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
    outline: 5px solid rgba(0, 0, 0, 0.1);
    outline-offset: -9px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
    content: '';
    background-image: -webkit-linear-gradient(45deg, #19A655 5%, #a200ff 100%);
    background-image: -moz-linear-gradient(45deg, #19A655 5%, #a200ff 100%);
    background-image: -ms-linear-gradient(45deg, #19A655 5%, #a200ff 100%);
    background-image: -o-linear-gradient(45deg, #19A655 5%, #a200ff 100%);
    background-image: linear-gradient(45deg, #19A655 5%, #a200ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655 5%', endColorStr='#a200ff 100%');
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
    content: "\e659";
    font-family: 'themify';
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: #fff;
    text-align: center;
    color: #19A655;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
    opacity: 0.8;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
    opacity: 1;
}

.single-product div.product .entry-summary {
    width: 100% !important;
    margin-bottom: 80px;
    padding-top: 15px;
}

@media screen and (min-width: 768px) {
    .single-product div.product .entry-summary {
        position: sticky;
        top: 62px;
    }
}

.single-product div.product .entry-summary .woocommerce-product-rating {
    margin-bottom: 0;
}

.single-product div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    display: none;
}

.single-product div.product .entry-summary .woocommerce-product-rating .star-rating-wrap {
    margin-bottom: 25px;
}

.single-product div.product .entry-summary .woocommerce-product-category a {
    font-size: 14px;
    margin-bottom: 5px;
}

.single-product div.product .entry-summary .entry-title {
    font-size: 30px;
    margin-bottom: 9px;
}

.single-product div.product .entry-summary .price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 9px;
    color: #ff1c67;
    align-items: center;
}

.single-product div.product .entry-summary .price .amount {
    font-size: 50px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    color: #ff1c67;
}

@media screen and (max-width: 991px) {
    .single-product div.product .entry-summary .price .amount {
        font-size: 36px;
    }
}

.single-product div.product .entry-summary .price ins {
    margin-right: 22px;
}

.single-product div.product .entry-summary .price del {
    color: #bfc7d3;
}

.single-product div.product .entry-summary .price del .amount {
    color: #bfc7d3;
}

.single-product div.product .entry-summary .woocommerce-sg-product-excerpt>h3 {
    font-size: 30px;
    margin-bottom: 11px;
}

.single-product div.product .entry-summary .single_add_to_cart_button {
    clear: left;
    margin-top: 30px;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs {
    padding: 0;
    margin-bottom: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs:before {
    content: '';
    background-color: #f0f0f0;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 24px;
    left: 0;
    border: none;
}

@media screen and (max-width: 575px) {
    .single-product div.product .woocommerce-tabs ul.wc-tabs:before {
        display: none;
    }
}

.single-product div.product .woocommerce-tabs ul.wc-tabs:after {
    display: none !important;
}

@media screen and (max-width: 575px) {
    .single-product div.product .woocommerce-tabs ul.wc-tabs {
        display: block;
    }
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 99;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li:before,
.single-product div.product .woocommerce-tabs ul.wc-tabs li:after {
    display: none !important;
}

@media screen and (max-width: 575px) {
    .single-product div.product .woocommerce-tabs ul.wc-tabs li {
        display: block;
        padding: 0;
        margin-bottom: 5px;
    }

    .single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        display: block;
    }
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    border: 2px solid #f0f0f0;
    line-height: 46px;
    padding: 0 45px;
    position: relative;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #747da1;
    position: relative;
    z-index: 1;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li a:before {
    content: '';
    width: calc(100% + 4px);
    width: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    left: -2px;
    top: -2px;
    background-color: #19A655;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='#9124dc', gradientType='1');
    z-index: -1;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li a:after {
    display: none !important;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li.active>a {
    color: #fff;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li.active>a:before {
    opacity: 1;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel ul.sg-product-list {
    margin: 0;
    list-style: none;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel ul.sg-product-list li {
    padding: 5px 5px 5px 30px;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel ul.sg-product-list li:before {
    content: "\e64c";
    font-family: "themify";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-size: 15px;
    color: #19A655;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
    display: none;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
    margin-bottom: 42px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
    border: 1px solid #dee2e6;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-bottom: 1px solid #dee2e6;
    font-family: inherit;
    color: #1d274e;
    font-weight: normal;
    font-style: normal;
    padding: 10px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-left: 1px solid #dee2e6;
}

.single-product div.product .woocommerce-tabs .tab-product-feature-list {
    font-size: 18px;
    line-height: 34px;
}

.single-product div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
    font-weight: 600;
}

.single-product div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
    margin: 0;
    width: 100%;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
    margin-bottom: 15px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
    margin-bottom: 10px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
    margin-bottom: 8px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    font-size: 30px;
    margin-bottom: 22px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
    display: none;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
    padding-top: 15px;
    height: 120px;
    padding-bottom: 22px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
    padding: 30px;
    border: 1px solid #e9e9e9;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
    padding: 0;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #eee;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: absolute;
    right: 10px;
    top: 0;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
    display: none;
}

@media screen and (max-width: 991px) {
    .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
        position: static;
        margin-bottom: 6px;
    }
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
    position: relative;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    padding: 0;
    width: 80px;
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    border: 5px solid #fff;
}

@media screen and (max-width: 575px) {
    .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
        width: 40px;
        border: none;
    }
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    border: none;
    margin: 0;
    padding: 0 0 0 100px;
}

@media screen and (max-width: 767px) {
    .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
        float: none;
    }
}

@media screen and (max-width: 575px) {
    .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
        padding-left: 60px;
    }
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        display: block;
    }
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
    display: block;
    font-style: 14px;
    color: #1d274e;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
    font-weight: 600;
    color: #1d274e;
    font-family: 'Poppins', sans-serif;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
    display: none;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
    content: "\f017";
    font-family: FontAwesome;
    margin: 0 4px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
    margin: 0;
}

.single-product div.product .quantity {
    margin-right: 20px;
}

.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
    display: block;
    font-weight: 600;
    font-size: 15px;
}

.single-product div.product .product_meta .sku_wrapper span,
.single-product div.product .product_meta .posted_in span,
.single-product div.product .product_meta .tagged_as span,
.single-product div.product .product_meta .sku_wrapper a,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a {
    color: #19A655;
    margin-left: 7px;
}

.single-product div.product .product_meta .sku_wrapper a:hover,
.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a:hover {
    color: #a200ff;
}

.single-product div.product .product_meta .posted_in {
    display: none;
}

.ct-list {
    margin: 0 0 30px;
    list-style: none;
}

.ct-list.layout1 li i {
    margin-right: 9px;
    color: #19A655;
}

.ct-list.layout1 li+li {
    margin-top: 10px;
}

.ct-list.layout1.green-color li i {
    color: #1cae0d;
}

.ct-list.layout2 li {
    border-bottom: 1px solid #f0f0f0;
    padding: 17px 0;
}

.ct-list.layout2 li label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1d274e;
    width: 28%;
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .ct-list.layout2 li label {
        width: 42%;
    }
}

@media screen and (max-width: 575px) {
    .ct-list.layout2 li label {
        width: 100%;
    }
}

.ct-list.layout2 li:last-child {
    border: none;
}

.ct-list.layout3 li {
    position: relative;
}

.ct-list.layout3 li+li {
    margin-top: 17px;
}

.ct-list.layout3 i {
    font-size: 19px;
    position: absolute;
    top: 6px;
    left: 0;
}

.ct-list.layout3 i+span {
    padding-left: 39px;
}

.ct-list.layout3 span {
    font-size: 18px;
    color: #747da1;
    line-height: 1.6666;
    display: inline-block;
}

.ct-list.layout4 {
    font-size: 16px;
}

.ct-list.layout4 li {
    display: flex;
    flex-wrap: nowrap;
}

.ct-list.layout4 li+li {
    margin-top: 18px;
}

.ct-list.layout4 label {
    font-weight: 500;
    min-width: 60px;
}

.ct-list.layout4.color-light {
    color: #fff;
}

.ct-list.layout4.color-light span {
    color: rgba(255, 255, 255, 0.7);
}


/*
==============================================================
    SECTION HEADING CSS START
==============================================================
*/

.oscar-section-heading-2 .sub-heading {
    margin: 0 0 22px;
    z-index: 2;
    font-size: 14px;
    font-weight: 800;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flexbox !important;
    display: inline-flex !important;
    clear: both;
}

.oscar-section-heading-2 .sub-heading::before {
    height: 2px;
    width: 70px;
    content: "";
    margin-right: 10px;
    background: #0f1025;
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.oscar-section-heading-2 .title {
    z-index: 1;
    font-size: 52px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    text-transform: capitalize;
}

.oscar-section-heading-2 .title:last-child {
    margin: 0 0 37px;
}

.oscar-section-heading-2.text-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.oscar-section-heading-2 .sub-heading::after {
    height: 2px;
    width: 70px;
    content: "";
    margin-left: 10px;
    background: #0f1025;
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}






.text-grd {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.grd-bg-op {
    position: relative;
}

.grd-bg-op::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.text-block .small-thumb {
    margin: 0 0 12px;
}

.small-thumb figure {
    max-width: 160px;
    margin: 0;
}

.small-thumb figure::before {
    opacity: 0.6;
}

.small-thumb .text p:last-child {
    margin: 0;
}

.small-thumb .play-btn {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
}

.small-thumb .play-btn a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 59px;
    border: 4px solid rgba(255, 255, 255, .4);
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.small-thumb .play-btn a i {
    font-size: 20px;
}

.small-thumb .play-btn a:hover {
    color: #19A655;
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px #000000;
    -o-box-shadow: 0 0 30px #000000;
    -moz-box-shadow: 0 0 30px #000000;
    -ms-box-shadow: 0 0 30px #000000;
    box-shadow: 0 0 30px #000000;
}

.portfolio-style-2 .overlay {
    width: auto !important;
    height: auto !important;
    left: 20px !important;
    right: 20px !important;
    top: 20px !important;
    bottom: 20px !important;
    padding: 0 !important;
}

.portfolio-style-2 .overlay-content {
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-style-2 .overlay-content>a:only-child {
    font-size: 30px;
    color: #fff;
}

.single-member2 {
    margin: 0 0 30px;
    position: relative;
    padding: 0 20px 22px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.single-member2::after,
.single-member2::before {
    top: 60px;
    bottom: 0;
    left: 20px;
    right: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background: #f5f4ff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.single-member2::after {
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.single-member2:hover::after {
    opacity: 1;
}

.single-member2 .member-img img {
    width: 100%;
    display: block;
}

.single-member2 .member-img {
    margin: 0 0 20px;
}

.single-member2 .member-name h3 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 3px;
}

.single-member2 .member-position {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.single-member2 .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-member2 .social-media ul li {
    display: inline-block;
}

.single-member2 .social-media ul li a {
    display: block;
    font-size: 14px;
    color: #bdb2d7;
    padding: 0 6px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.single-member2 .social-media ul li a:hover {
    color: #19A655;
}

.single-member2:hover * {
    color: #fff !important;
    background: transparent;
    -webkit-text-fill-color: currentcolor;
    -webkit-background-clip: unset;
}

.single-member2 .member-position,
.single-member2 .social-media,
.single-member2 .member-name {
    padding-left: 40px;
}

.play-btn {
    z-index: 5;
    text-align: center;
}

.play-btn a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 59px;
    border: 4px solid rgba(255, 255, 255, .4);
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.play-btn a i {
    font-size: 20px;
}

.play-btn a:hover {
    color: #19A655;
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px #000000;
    -o-box-shadow: 0 0 30px #000000;
    -moz-box-shadow: 0 0 30px #000000;
    -ms-box-shadow: 0 0 30px #000000;
    box-shadow: 0 0 30px #000000;
}

.counter-list {
    float: left;
    width: 100%;
    position: relative;
}

.counter-list li {
    float: left;
    width: 50%;
    padding: 40px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    border-width: 0 0 2px 2px;
}

.counter-list li:nth-child(1) {
    border-left-width: 0;
}

.counter-list li:nth-child(2) {
    border-right-width: 0;
}

.counter-list li:nth-child(3) {
    border-left-width: 0;
    border-bottom-width: 0;
}

.counter-list li:nth-child(4) {
    border-bottom-width: 0;
}

.osr-counter-thumb-2 {
    width: 100%;
    text-align: center;
    position: relative;
}

.osr-counter-thumb-2>i {
    width: 66px;
    height: 66px;
    font-size: 65px;
    margin-right: 20px;
}

.osr-counter-thumb-2 .text {}

.osr-counter-thumb-2 .title {
    font-size: 50px;
    margin: 0 0 12px;
    font-weight: 500;
    line-height: 40px;
}

.osr-counter-thumb-2 .title i {
    font-size: 40px;
}

.osr-counter-thumb-2 p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.osr-counter-thumb-2 * {
    color: #fff;
}

.video-btn-outer {
    display: block;
    min-width: 32px;
    min-height: 120px;
    position: relative;
}

.video-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.video-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.video-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-btn:hover:after {
    background-color: #1d274e;
}

.video-btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #1d274e;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.video-btn:hover span {
    border-left-color: #fff;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.blog-thumb.single-testimonial {
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 30px;
}

.blog-thumb.single-testimonial figure {
    margin: 0;
}

.blog-thumb.single-testimonial .testimonial-inner {
    padding: 22px 20px;
}

.blog-thumb.single-testimonial .testimonial-inner .testimonial-title h3 {
    font-size: 22px;
}

.blog-thumb.single-testimonial .testimonial-inner .catagory-title a i {
    margin-right: 10px;
}

.grd-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.law-banner {
    position: relative;
}

.law-banner .banner-slide {
    height: 100vh;
    /*padding-top: 213px;*/
    position: relative;
    /*padding-bottom: 150px;*/
    background-size: cover !important;
}

.law-banner .banner-slide .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.law-banner .banner-slide::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .85;
    position: absolute;
    background: rgba(255,255,255, .35);
}

.law-banner .title {
    font-size: 60px;
    margin: 0 0 19px;
}

.law-banner p {
    margin: 0 0 31px;
    color: rgb(118, 118, 118);
    background: rgba(255,255,255, .75);
    padding: 30px;
    font-size: 130%;
}

.law-banner .btn {
    margin-top: 0px;
    border-radius: 0px;
    border: none;
    color: #19A655;
    font-size: 14px;
    padding: 21px 54px 19px;
    font-weight: 500;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: none;
    background: transparent;
    border: 2px solid #19A655;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.law-banner .btn:hover {
    color: #fff;
    background: #19A655;
}

.law-banner .owl-theme {
    overflow: hidden;
}

.law-banner .owl-theme .owl-controls {
    margin: 0;
}

.law-banner .owl-theme .owl-controls .owl-buttons [class*="owl-"] {
    top: 50%;
    z-index: 100;
    width: auto;
    color: #333;
    height: auto;
    display: block;
    overflow: hidden;
    background: #fff;
    position: absolute;
    padding: 65px 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 0;
    margin: 0;
}

.law-banner .owl-theme .owl-controls .owl-buttons [class*="owl-"]:hover i {
    color: #fff;
    z-index: 1;
    position: relative;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.law-banner .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
    right: auto;
}

.law-banner .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
    left: auto;
}

.main-banner {
    padding: 220px 0 250px;
    position: relative;
}

.law-banner .owl-theme:hover .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.law-banner .owl-theme:hover .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.law-banner .owl-theme .owl-controls .owl-buttons [class*="owl-"]:hover {
    padding-left: 15px;
    padding-right: 15px;
}

.law-banner .owl-theme .owl-controls .owl-buttons [class*="owl-"]::after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    background: #19A655;
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.law-banner .owl-theme:hover .owl-controls .owl-buttons .owl-prev::after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.law-banner .owl-theme:hover .owl-controls .owl-buttons .owl-next::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.law-banner .owl-theme .owl-controls .owl-buttons [class*="owl-"]:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;

}





.main-banner::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .25;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/bg/main-banner.jpg);
}

.main-banner .banner-caption {
    padding-bottom: 9px;
}

.main-banner .title {
    font-size: 48px;
    color: #1d274e;
    font-weight: 600;
    margin: 0 0 22px;
}

.main-banner .fancy-word {
    font-size: 80px;
    display: block;
    line-height: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url(images/fancy-bg.jpg);
}

.main-banner p {
    margin: 0 0 30px;
}

.main-banner .btn {
    padding: 16px 20px 14px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.services-3 {
    border-radius: 10px;
    box-shadow: 0px 15px 18px 0px rgba(156, 156, 156, 0.15);
    background-color: rgb(255, 255, 255);
}

.services-3::after,
.services-3::before {
    border-radius: 10px;
}

.services-3::after {
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.services-3:hover .service-icon i {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
    color: #fff !important;
    background: none;
}

.aboutus-area2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/bg/aboutus-bg.jpg);
}

.about-info.about-info2 {
    padding: 0;
}

.about-info.about-info2 h2.title {
    font-size: 50px;
    color: #1d274e;
    text-transform: capitalize;
}

.about-info.about-info2 .title em {
    font-style: normal;
}

.read-btn {
    font-size: 14px;
    color: #12a9ff;
    text-decoration: underline;
    text-underline-position: bottom;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.read-btn:hover {
    color: #000;
    text-decoration: underline;
}

.services-4 {
    background: #f7f7ff;
}

.services-4::after,
.services-4::before {
    display: none;
}

.services-4 .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 6px 0px rgba(125, 125, 125, 0.31);
}

.services-4:hover .service-icon {
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.services-4 .service-icon i {
    line-height: 80px;
    font-size: 40px !important;
}

.services-4:hover * {
    color: inherit !important;
}

.services-4:hover .service-icon i {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
    color: #fff !important;
    background: none;
}

.video-area2 {
    padding: 0 0 180px;
    background-image: url(images/bg/aboutus2.png);
    background-position: bottom;
    background-size: contain;
}

.video-info2 {
    /*max-width: 460px;*/
    position: relative;
    z-index: 1;
    padding: 50px 30px !important;
    background-color: transparent !important;
}

.video-info2::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: .85;
    z-index: -1;
    position: absolute;
    background-image: -moz-linear-gradient(0deg, rgb(102, 71, 238) 0%, rgb(145, 36, 220) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(102, 71, 238) 0%, rgb(145, 36, 220) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(102, 71, 238) 0%, rgb(145, 36, 220) 100%);
}

.video-info2 .play-btn {
    margin-top: 30px;
}

.video-info2 .play-btn a {
    margin: 0;
}

.ct-team-member-layout4 {
    margin-bottom: 30px;
    padding: 50px 30px 70px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
    -khtml-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
    -moz-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
    -ms-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
    -o-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
    box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
    text-align: center;
    position: relative;
}

.ct-team-member-layout4 .ct-team-image {
    max-width: 160px;
    margin: 0 auto 34px auto;
}

.ct-team-member-layout4 .ct-team-image img {
    -webkit-border-radius: 160px;
    -khtml-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
    border-radius: 160px;
}

.ct-team-member-layout4 .ct-team-position {
    color: #aab2d2;
    font-size: 14px;
}

.ct-team-member-layout4 .ct-team-title {
    margin-bottom: 5px;
}

.subtitle,
.woocommerce .woocommerce-product-category a {
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.ct-team-member-layout4 .ct-team-social {
    position: absolute;
    bottom: -22px;
    left: 50%;
    padding: 0 16px;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #19A655;
    -webkit-border-radius: 44px;
    -khtml-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px;
    border-radius: 44px;
    display: flex;
    flex-wrap: nowrap;
}

.ct-team-member-layout4 .ct-team-social a {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    width: 30px;
    color: #fff;
    display: inline-block;
}

.ct-team-member-layout4 .ct-team-social a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.blog-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/bg-blog.jpg);
}

.grid-item-inner {
    -webkit-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
    -khtml-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
    -moz-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
    -ms-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
    -o-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
    box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
    margin: 0 0 30px;
    background-color: #fff;
}

.grid-item-inner .item-author {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 20px;
    flex-grow: 1;
}

.grid-item-inner .item-author img {
    max-width: 45px;
    min-width: 45px;
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    margin-right: 20px;
}

.grid-item-inner .item-author a {
    color: #747da1;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 16px;
    font-weight: 500;
}

.grid-item-inner .item-body {
    padding: 0 7px;
}

.grid-item-inner .item-holder {
    border-bottom: 1px solid #ddd;
    padding: 31px 23px 28px 23px;
}

.grid-item-inner .item-holder:last-child {
    border: none;
}

.grid-item-inner .item-bottom {
    padding: 30px 23px 50px 23px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.grid-item-inner .item-title {
    font-size: 20px;
    line-height: 1.38;
}

.grid-item-inner .item-title a {
    color: inherit;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.grid-item-inner .item-title a:hover {
    color: #12a9ff;
}

.grid-item-inner .item-date {
    color: #747da1;
    text-transform: capitalize;
    letter-spacing: 0.2em;
    font-size: 14px;
    font-weight: 500;
}

.grid-item-inner .item-favorite a {
    color: #747da1;
    font-size: 16px;
    position: relative;
}

.grid-item-inner .item-favorite a .ct-tooltip {
    position: absolute;
    bottom: 18px;
    margin-bottom: 10px;
    background-color: #12a9ff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    line-height: 22px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    white-space: nowrap;
}

.grid-item-inner .item-favorite a .ct-tooltip:before {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #12a9ff transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.grid-item-inner .item-favorite a:hover .ct-tooltip {
    opacity: 1;
    visibility: visible;
}

.mid-bar {}

.mid-bar .title {
    font-size: 60px;
    font-weight: 600;
}

.mid-bar .btn {
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    font-size: 14px;
    box-shadow: 0px 16px 32px 0px rgba(134, 134, 134, 0.3);
    color: rgb(255, 255, 255);
    padding: 16px 20px 14px;
    text-transform: uppercase;
    border-radius: 0;
    float: right;
}

.ct-grid-portfolio-layout2 .item-holder {
    position: absolute;
    top: 21px;
    right: 21px;
    left: 21px;
    bottom: 21px;
    background-color: rgba(1, 93, 199, 0.4);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.4)), to(rgba(162, 0, 255, 0.4)));
    background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    background-image: linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(1, 93, 199, 0.4)', endColorStr='rgba(162, 0, 255, 0.4)', gradientType='1');
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.ct-grid-portfolio-layout2 .item-holder a {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ct-grid-portfolio-layout2 .item-holder a:before,
.ct-grid-portfolio-layout2 .item-holder a:after {
    content: '';
    background-color: #fff;
    position: absolute;
}

.ct-grid-portfolio-layout2 .item-holder a:before {
    width: 100%;
    height: 2px;
    top: 24px;
    left: 0;
}

.ct-grid-portfolio-layout2 .item-holder a:after {
    height: 100%;
    width: 2px;
    left: 24px;
    top: 0;
}

.ct-grid-portfolio-layout2 .grid-item-inner {
    position: relative;
    overflow: hidden;
}

.ct-grid-portfolio-layout2 .grid-item-inner img {
    width: 100%;
}

.ct-grid-portfolio-layout2 .grid-item-inner:hover .item-holder {
    opacity: 1;
}

.ct-grid-portfolio-layout2.owl-carousel .grid-item-inner,
.ct-grid-portfolio-layout2.owl-carousel .item-holder {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.ct-grid-portfolio-layout2.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    background-image: none;
    background-color: #cecece;
}

.ct-grid-portfolio-layout2.owl-carousel .owl-dots .owl-dot.active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19A655), to(#9124dc));
    background-image: -webkit-linear-gradient(bottom, #19A655, #9124dc);
    background-image: -moz-linear-gradient(bottom, #19A655, #9124dc);
    background-image: -ms-linear-gradient(bottom, #19A655, #9124dc);
    background-image: -o-linear-gradient(bottom, #19A655, #9124dc);
    background-image: linear-gradient(bottom, #19A655, #9124dc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='#9124dc');
}

.ct-grid-portfolio-layout2.owl-carousel .owl-item {
    padding: 0 15px;
}

.ct-grid-portfolio-layout2.owl-carousel .owl-pagination .owl-page {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 100%;
    background-image: none;
    background-color: #cecece;
}

.ct-grid-portfolio-layout2.owl-carousel .owl-pagination .owl-page.active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19A655), to(#9124dc));
    background-image: -webkit-linear-gradient(bottom, #19A655, #9124dc);
    background-image: -moz-linear-gradient(bottom, #19A655, #9124dc);
    background-image: -ms-linear-gradient(bottom, #19A655, #9124dc);
    background-image: -o-linear-gradient(bottom, #19A655, #9124dc);
    background-image: linear-gradient(bottom, #19A655, #9124dc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='#9124dc');
}

.ct-short-text.layout3 {
    background-color: #19A655;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='#9124dc', gradientType='1');
    max-width: 790px;
    padding: 33px 40px 103px 33px;
    font-size: 18px;
    line-height: 1.5555;
    color: #fff;
    position: relative;
    -webkit-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
    -khtml-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
    -moz-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
    -ms-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
    -o-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
    box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
}

.ct-short-text.layout3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/bg/bg-map.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.ct-short-text.layout3 .short-text-description {
    max-width: 615px;
    position: relative;
    z-index: 1;
}

.ct-counter-layout2 {
    text-align: center;
    background-color: #fff;
    padding: 40px 30px 37px 30px;
    -webkit-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
    -khtml-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
    -moz-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
    -ms-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
    -o-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
    box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
    position: relative;
}

.ct-counter-layout2:after,
.ct-counter-layout2:before {
    content: '';
    width: 118px;
    height: 4px;
    background-color: #19A655;
    position: absolute;
    left: auto;
    bottom: 0;
    right: 0;
    /*  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);*/
}

.ct-counter-layout2:after {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
}

.ct-counter-layout2 .ct-counter-icon {
    line-height: 1;
    margin-bottom: 25px;
}

.ct-counter-layout2 .ct-counter-icon i {
    font-size: 50px;
}

/*.ct-counter-layout2 .ct-counter-icon i:not(.colored) {
  background-color: #19A655;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='#9124dc', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}*/

.ct-counter-layout2 .ct-counter-digit {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    color: #1d274e;
}

.ct-counter-layout2 .ct-counter-title {
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 18px;
}

.mt-75 {
    margin-top: -75px;
}

.mt-45 {
    margin-top: -45px;
}

.footer-2 {
    z-index: 1;
    position: relative;
}

.footer-2::before {
    top: 72px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/bg/footer-bg.png);
}

.footer-2 .copyright-area *,
.footer-2 .footer-top * {
    color: #fff;
}

.newform .form-control {
    min-height: 56px;
    position: relative;
    border-color: #e4e4e4;
    background: #fff;
    border-radius: 0;
    margin-bottom: 40px;
}

.newform textarea.form-control {
    min-height: 155px;
}

.newform .btn {
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    font-size: 14px;
    box-shadow: 0px 16px 32px 0px rgba(134, 134, 134, 0.3);
    color: rgb(255, 255, 255);
    padding: 16px 20px 14px;
    text-transform: uppercase;
    border-radius: 0;
    float: left;
}

.contact-bg {
    padding: 50px;
    background: #fff;
    margin: 0 0 118px;
    box-shadow: 0px 0px 35px 0px rgba(156, 156, 156, 0.23);
}

.ct-list.layout3 li {
    position: relative;
}

.ct-list.layout3 li+li {
    margin-top: 17px;
}

.ct-list.layout3 i {
    font-size: 19px;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.ct-list.layout3 i+span {
    padding-left: 39px;
}

.ct-list.layout3 span {
    font-size: 18px;
    color: #747da1;
    line-height: 1.6666;
    display: inline-block;
}

.mb-30 {
    margin-bottom: 30px;
}

.footer-2 .copyright-area {
    margin-top: 30px;
    padding: 40px 0 0;
    border-top: 1px solid #fff;
}

.gird-list .nav-tabs {
    border: none;
}

.gird-list .nav-tabs .nav-item {
    margin: 0;
    margin-right: 20px;
}

.gird-list .nav-tabs .nav-item .nav-link {
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    border-radius: 50%;
    border: none;
    background: #ffe0dd;
    position: relative;
}

.gird-list .nav-tabs .nav-item .nav-link.active {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #a200ff;
}

.gird-list .nav-tabs .nav-item .nav-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.d-inline {
    display: inline-block !important;
}

.t-right {
    text-align: right;
}

.shop-search input {
    border: 1px solid #e5e5e5;
    padding: 12px 30px;
    width: 270px;
    border-radius: 50px;
}

.shop-search input::placeholder {
    font-size: 16px;
    color: #5f708f;
}

.shop-search {
    position: relative;
    margin-left: 20px;
}

.shop-search button {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #5f708f;
    padding: 0;
    cursor: pointer;
}

.short-by {
    margin-left: 20px;
}

.result-count p {
    margin: 0;
}

.product-header {
    position: relative;
    overflow: hidden;
}

.product-header img {
    width: 100%;
}

.product-holder-top h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

.product-holder-top h4:hover a {
    color: #a200ff;
}

.product-price span {
    color: #78809f;
}

.product-rating i {
    color: #ffba00;
    font-size: 14px;
    margin: 0 1px;
}

.product-meta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a200ffe6;
    z-index: 99;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: perspective(500px) rotateX(-90deg);
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.shop-product-inner:hover .product-meta {
    opacity: 1;
    transform: perspective(500px) rotateX(0deg);
}

.add-to-cart {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.add-to-cart .btn {
    padding: 20px 45px;
    background: #fff;
    border-color: #fff;
    color: #a200ff;
}

.add-to-cart .btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.p-holder-top h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 9px;
    text-transform: capitalize;
}

.product-content p {
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 25px 0;
}

.product-action span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.p-holder-btn a {
    width: 65px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #a200ff;
    color: #a200ff;
    border-radius: 50px;
    margin-right: 10px;
}

.product-cart-btn button {
    width: 150px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #a200ff;
    border-radius: 50px;
    margin-right: 10px;
    background: #a200ff;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.product-cart-btn button i {
    margin-right: 5px;
}

.product-cart-btn button:hover {
    background: transparent;
    color: #a200ff;
}

.p-holder-btn a:hover {
    background: #a200ff;
    color: #fff;
}

.p-holder-top h4:hover a {
    color: #a200ff;
}

.single-d-thumb img {
    width: 100%;
}

.product-thumbnail .nav-tabs {
    border-bottom: none;
    display: block;
}

.product-thumbnail .nav-tabs {
    margin-left: -15px;
    margin-right: -15px;
}

.product-thumbnail .nav-tabs .nav-item {
    float: left;
    margin: 0;
    width: 33.3%;
    padding: 0 15px;
}

.product-thumbnail .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.product-thumbnail .nav-tabs .nav-item .nav-link {
    color: unset;
    background: none;
    border: none;
    border-radius: unset;
    padding: 0;
}

.product-details-t span {
    font-size: 14px;
    text-transform: uppercase;
    color: #a200ff;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.product-details-t h5 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.product-d-price span {
    font-size: 50px;
    color: #a200ff;
    font-weight: 300;
}

.product-d-price .old-price {
    color: #bfc7d3;
    margin-left: 15px;
    text-decoration: line-through;
}

.product-best-features ul li {
    margin-bottom: 5px;
}

.product-best-features ul li:last-child {
    margin-bottom: 0;
    color: #1cae0d;
}

.product-best-features ul li span {
    width: 145px;
    display: inline-block;
    color: #152136;
    font-weight: 500;
}

.product-details-t p {
    margin-bottom: 0;
}

.product-rating .count-rev {
    font-size: 14px;
    margin-left: 5px;
}

.cart-plus {
    width: 165px;
    position: relative;
    margin-right: 20px;
}

.cart-plus-minus input {
    width: 100%;
    border: 2px solid #e5e5e5;
    padding: 12px 50px;
    text-align: center;
    border-radius: 50px;
}

.qtybutton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    font-size: 23px;
    color: #838b97;
    cursor: pointer;
}

.inc.qtybutton {
    right: 25px;
    left: auto;
}

.dec.qtybutton {
    font-size: 38px;
}

.cart-plus-minus {
    position: relative;
}

.cart-plus-minus::before {
    content: "";
    position: absolute;
    left: 55px;
    height: 100%;
    width: 2px;
    background: #e5e5e5;
    top: 0;
}

.cart-plus-minus::after {
    content: "";
    position: absolute;
    right: 55px;
    height: 100%;
    width: 2px;
    background: #e5e5e5;
    top: 0;
}

.product-details-meta a {
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    background: #fff4f4;
    line-height: 50px;
    border-radius: 50%;
    font-size: 14px;
    color: #db8e93;
    margin-right: 15px;
}

.product-details-meta a:hover {
    background: #a200ff;
    color: #fff;
}

.product-details-meta>a>i {
    line-height: 52px;
}

.d-cart-btn .btn {
    padding: 20px 50px;
}

.d-cart-btn .btn:hover {
    color: #a200ff;
}

.product-desc-wrap .nav-tabs {
    border-bottom: none;
}

.product-desc-wrap .nav {
    display: block;
    text-align: center;
    position: relative;
}

.product-desc-wrap .nav::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #f0f0f0;
    height: 2px;
    z-index: -1;
    border-radius: 50%;
}

.product-desc-wrap .nav .nav-item {
    display: inline-block;
    margin: 0 10px;
}

.product-desc-wrap .nav .nav-item .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #f0f0f0;
    border-radius: 50px;
    padding: 16px 50px;
    color: #747da1;
    background: #fff;
}

.product-desc-wrap .nav .nav-item .nav-link.active {
    border-color: #a200ff !important;
    color: #fff;
    background: #a200ff;
}

.desc-title h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.desc-list ul li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.desc-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.desc-list ul li span {
    font-size: 16px;
    font-weight: 500;
    color: #1d274e;
    min-width: 260px;
    display: inline-block;
    text-transform: capitalize;
}

.desc-content p {
    padding-right: 50px;
}

.desc-features ul li {
    margin-bottom: 7px;
}

.desc-features ul li i {
    color: #1cae0d;
    margin-right: 10px;
}

.review-wrap {
    border: 1px solid #f0f0f0;
    padding: 25px 30px;
    margin-bottom: 5px;
}

.left-rc {
    display: inline-block;
}

.left-rc p {
    margin-bottom: 0;
}

.right-rc {
    float: right;
    display: block;
}

.right-rc a {
    color: #5f708f;
}

.right-rc a:hover {
    color: #a200ff;
}

.method-content p {
    margin-bottom: 0;
}

.shop-d-content .btn {
    -moz-user-select: none;
    background: #a200ff;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 25px 45px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #a200ff;
}

.shop-d-content .btn:hover {
    color: #fff;
}

.team-3 {
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}

.team-3 .ct-team-image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #1d274e;
    margin-bottom: 26px;
}

.team-3 .ct-team-image:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19A655), to(rgba(145, 36, 220, 0.2)));
    background-image: -webkit-linear-gradient(bottom, #19A655, rgba(145, 36, 220, 0.2));
    background-image: -moz-linear-gradient(bottom, #19A655, rgba(145, 36, 220, 0.2));
    background-image: -ms-linear-gradient(bottom, #19A655, rgba(145, 36, 220, 0.2));
    background-image: -o-linear-gradient(bottom, #19A655, rgba(145, 36, 220, 0.2));
    background-image: linear-gradient(bottom, #19A655, rgba(145, 36, 220, 0.2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='rgba(145, 36, 220, 0.2)');
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.team-3:hover .ct-team-image:before {
    opacity: 0.9;
}

.team-3 .ct-team-image img {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.team-3 .ct-team-image .ct-team-social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.team-3 .ct-team-image .ct-team-social a {
    font-size: 14px;
    color: #fff;
    padding: 0 6px;
}

.team-3 .ct-team-image .ct-team-social a:hover {
    color: #19A655;
}

.team-3 .ct-team-title {
    margin-bottom: 4px;
}

.team-3 .ct-team-position {
    display: inline-block;
    font-size: 14px;
    background-color: #19A655;
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.team-3:hover .ct-team-social {
    bottom: 24px;
    opacity: 1;
}

.team-3:hover .ct-team-image img {
    opacity: 0.5;
}


.join-text .title {
    margin-bottom: 33px;
    font-size: 50px;
    text-transform: capitalize;
}



.contact-form3 .form-group {
    margin: 0 0 30px;
    position: relative;
}

.contact-form3 .form-control {
    height: 70px;
    color: #6e7caf;
    font-size: 16px;
    position: relative;
    padding-left: 38px;
    padding-right: 38px;
    background-color: transparent;
    border-color: rgba(157, 149, 223, 0.2);
}

.contact-form3 textarea.form-control {
    min-height: 250px;
    padding-top: 25px;
}

.contact-form3 .form-group>i {
    color: #c9cce4;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    right: 36px;
}

.contact-form3 .form-group>textarea+i {
    top: 25px;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}

.contact-form3 .form-control:focus {
    border-color: #19A655;
}

.contact-form3 select.form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.join-text .btn,
.contact-form3 button {
    background-color: #19A655;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0 54px;
    line-height: 60px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.contact-form3 button {
    margin-top: 3px;
    padding-left: 45px;
    padding-right: 45px;
    line-height: 70px;
}

.font-35 {
    font-size: 35px !important;
}

.home-4 h1,
.home-4 h2,
.home-4 h3,
.home-4 h4,
.home-4 h5,
.home-4 h6 {
    color: #0c121f
}

.home-4 {
    color: #0f192d;
}

.home-4 {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(images/banner/graphics-main-bg.png);
}

.home-4 .header-area .menu-area .main-menu ul li a {
    color: #0f192d;
}

.home4-banner::before {
    display: none;
}

.home4-banner .btn3 {
    padding-left: 45px;
    padding-right: 45px;
}

.ct-grid-portfolio-layout3 .item-holder {
    position: absolute;
    top: 21px;
    right: 21px;
    left: 21px;
    bottom: 21px;
    background-color: transparent;
    background-image: linear-gradient(100deg, #051c2c 9%, #042c7b 100%);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border: none;
}

.ct-grid-portfolio-layout3 .item-holder a {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ct-grid-portfolio-layout3 .item-holder a:before,
.ct-grid-portfolio-layout3 .item-holder a:after {
    content: '';
    background-color: #fff;
    position: absolute;
}

.ct-grid-portfolio-layout3 .item-holder a:before {
    width: 100%;
    height: 2px;
    top: 24px;
    left: 0;
}

.ct-grid-portfolio-layout3 .item-holder a:after {
    height: 100%;
    width: 2px;
    left: 24px;
    top: 0;
}

.ct-grid-portfolio-layout3 .grid-item-inner {
    position: relative;
    overflow: hidden;
}

.ct-grid-portfolio-layout3 .grid-item-inner img {
    width: 100%;
}

.ct-grid-portfolio-layout3 .grid-item-inner:hover .item-holder {
    opacity: .85;
}

.ct-grid-portfolio-layout3.owl-carousel .grid-item-inner,
.ct-grid-portfolio-layout3.owl-carousel .item-holder {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.ct-grid-portfolio-layout3.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    background-image: none;
    background-color: #cecece;
}

.ct-grid-portfolio-layout3.owl-carousel .owl-dots .owl-dot.active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19A655), to(#9124dc));
    background-image: -webkit-linear-gradient(bottom, #19A655, #9124dc);
    background-image: -moz-linear-gradient(bottom, #19A655, #9124dc);
    background-image: -ms-linear-gradient(bottom, #19A655, #9124dc);
    background-image: -o-linear-gradient(bottom, #19A655, #9124dc);
    background-image: linear-gradient(bottom, #19A655, #9124dc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19A655', endColorStr='#9124dc');
}

.ct-grid-portfolio-layout3.owl-carousel .owl-item {
    padding: 0 15px;
}

.ct-grid-portfolio-layout3.owl-carousel .owl-pagination .owl-page {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 100%;
    background-image: none;
    background-color: #cecece;
}

.ct-grid-portfolio-layout3.owl-carousel .owl-pagination .owl-page.active {
    background: #19A655;
}

.mt-17 {
    margin-top: 17px;
}

.readmore-btn {
    color: #42495b;
    font-size: 16px;
    padding-bottom: 1px;
    position: relative;
    line-height: normal;
    display: inline-block;
    /*text-transform: uppercase;*/
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border-bottom: 1px solid #000;
    vertical-align: bottom;
}

.readmore-btn::before {
    left: 0;
    bottom: -1px;
    content: '';
    right: 100%;
    height: 1px;
    position: absolute;
    background-color: #19A655;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.readmore-btn:hover::before {
    right: 0;
}

.readmore-btn:hover {
    color: #19A655
}

.services-5 {
    background: #fff;
    border-radius: 5px;
    padding: 44px 30px 42px;
    border-bottom: 3px solid #dddddd;
    min-height: 560px !important;
}

.services-5:hover {
    border-top-color: #fff !important;
    border-right-color: #fff !important;
    border-left-color: #fff !important;
    box-shadow: 0px 0px 20px 0px rgba(205, 205, 205, 0.3);
}

.services-5 .icon-block {
    width: 73px;
    height: 73px;
    display: block;
    font-size: 73px;
    line-height: 73px;
    margin-bottom: 21px;
    text-align: center;
}

.services-5.text-center .icon-block {
    margin-left: auto;
    margin-right: auto;
}

.services-5 .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 28px;
    text-transform: capitalize;
}

.services-5 .title a {
    color: currentColor;
}

.services-5 p:last-child {
    margin: 0;
}

.services-6 {
    position: relative;
    padding: 50px 0 0 50px;
    margin: 0px 0 30px;
}

.services-6 .icon-block,
.services-6 .caption {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.services-6 .icon-block {
    width: 100px;
    height: 100px;
    display: block;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.services-6:hover .icon-block {
    color: #fff;
}

.services-6 .caption {
    padding: 26px 30px 21px;
}

.services-6 .icon-block+.caption {
    padding: 76px 30px 21px;
}

.services-6:hover .icon-block,
.services-6:hover .caption {
    border-color: #fff !important;
    box-shadow: 0px 0px 20px 0px rgba(205, 205, 205, 0.3);
}

.services-6 .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 18px;
    text-transform: capitalize;
}

.services-6 .title a {
    color: currentColor;
}

.services-6 p:last-child {
    margin: 0;
}

.text-block {
    padding: 4px 0 2px;
}

.text-block .title {
    margin: 0 0 25px;
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
}

.text-block p {
    margin: 0 0 38px;
}

.text-block p+p {
    margin-top: -7px;
}

.text-block p:last-child {
    margin: 0 !important;
}

.btn3 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    vertical-align: bottom;
    padding: 12px 25px 11px;
}

[class*="th-bg"].btn3 {
    color: #fff;
}

.test-monial-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/bg-team.jpg);
}

.osr-testimonial {
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

.osr-testimonial figure {
    margin: 0;
    z-index: 1;
    padding: 0 9px 9px 0;
    border-radius: 5px;
    position: relative;
}

.osr-testimonial figure::after {
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    position: absolute;
    border-style: solid;
    border-width: 0 0 142px 142px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: #007bff;
    border-left-color: transparent !important;
    border-style: inset -webkit-transform:rotate(360deg)
}

.osr-testimonial .text {
    padding: 0 0 0 30px;
}

.osr-testimonial p {
    margin-bottom: 11px;
}

.osr-testimonial p:last-child {
    margin-bottom: 0;
}

.designation a {
    color: #0c121f;
    font-size: 20px;
    margin-right: 15px;
}

.osr-team {
    margin: 0 0 30px;
    position: relative;
}

.osr-team figure {
    margin: 0;
    border-radius: 5px;
}

.osr-team figure .social-list {
    margin: 0;
    top: 25px;
    padding: 0;
    left: 10px;
    opacity: 0;
    list-style: none;
    position: absolute;
}

.osr-team:hover figure .social-list {
    left: -18px;
    opacity: 1;
}

.osr-team figure .social-list li {
    display: block;
    margin: 0 0 15px;
}

.osr-team figure .social-list li a {
    width: 36px;
    height: 36px;
    display: block;
    font-size: 14px;
    background: #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #dddddd;
}

.osr-team figure .social-list li a:hover {
    color: #fff;
}

.osr-team .text {
    position: relative;
    padding: 15px 30px 12px;
    width: calc(100% - 20%);
}

.osr-team figure+.text {
    left: 0;
    bottom: 0;
    position: absolute;
}

.osr-team .text::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .8;
    position: absolute;
}

.osr-team .text * {
    color: #fff;
    position: relative;
}

.osr-team .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.osr-team .designation {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
}

.testimon-slider .owl-buttons {
    bottom: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 50px;
}

.testimon-slider .owl-controls .owl-buttons div {
    font-size: 20px;
    margin: 0 0 0 15px;
}

.osr-blog {
    margin: 0 0 30px;
}

.osr-blog figure {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    position: relative;
}

.date-meta {
    width: 65px;
    display: block;
    text-align: center;
    border-radius: 5px;
    line-height: normal;
    padding: 9px 10px 10px;
    text-transform: capitalize;
}

.date-meta strong {
    font-weight: 600;
    font-size: 26px;
}

.date-meta span {
    font-size: 18px;
}

.date-meta * {
    display: block;
    width: 100%;
}

.osr-blog figure .date-meta {
    top: 30px;
    left: 30px;
    position: absolute;
}

.date-meta.th-bg {
    color: #fff;
}

.osr-blog .text {
    padding: 42px 30px 50px;
    background: #fff;
    margin: -200px 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(205, 205, 205, 0.36);
}

.osr-blog .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 19px;
}

.osr-blog .title a {
    color: currentColor;
}

.osr-blog .text p {
    margin: 0 0 27px;
}

.osr-blog .text .btn3 {
    padding-left: 35px;
    padding-right: 35px;
}

.blog-slider .owl-buttons {
    bottom: 15%;
    position: absolute;
}

.blog-slider .owl-controls .owl-buttons div {
    font-size: 20px;
    margin: 0 0 0 15px;
}

.osr-counter .ct-short-text.layout3 {
    background-image: none;
}

.osr-counter .ct-counter-layout2 .ct-counter-icon i:not(.colored) {
    text-fill-color: inherit;
    -moz-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
}

.osr-contect-section {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(to right, #fff 50%, #19A655 50%);
}

.osr-contect-section::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    content: "";
    position: absolute;
    background-size: cover;
    width: calc(50% - -38px);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/pattren-bg.png);
}

.osr-form {
    padding: 0 80px;
}

.osr-form-caption .title {
    font-size: 35px;
    font-weight: bold;
    line-height: 55px;
    margin: 0 0 50px;
}

.osr-form-caption .title span.th-cl {
    text-decoration: underline;
}

.layout5 {
    margin: 0;
}

.layout5 li {
    margin: 0 0 2px;
    color: #0f192d;
    font-size: 16px;
}

.osr-form .form-control {
    max-height: 30px;
    min-height: 30px;
    line-height: 1;
    border-width: 0 0 1px 0;
    border-color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    color: #fff;
    background: transparent;
}

.osr-form textarea.form-control {
    max-height: 100px;
    min-height: 100px;
}

.osr-form .form-control::-moz-placeholder {
    color: #fff;
}

.osr-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.osr-form .btn3.th-cl {
    background: #fff;
    border: none;
    cursor: pointer;
}

.mt-minus-30 {
    margin-top: -30px;
}

/*TESTIMONIAL THUMB START*/
.testimonial-slider.row {
    margin: 0;
    /*float: left;*/
    width: 100%;
    padding: 0 70px;
}

.testimonial-slider .slick-list {}

.testimonial-slider .slick-slide {
    padding: 0 20px;
}

.testimonial-slider .slick-arrow {
    color: #000;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.testimonial-slider .slick-arrow:hover {
    color: #fff;
}

.owl-item .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.osr-testimonial-thumb {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    border-radius: 5px;
    background: #fff;
    padding: 45px 30px 38px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.osr-testimonial-thumb figure {
    width: 70px;
    height: 70px;
    margin: 0 0 18px;
    border-radius: 100%;
}

.osr-testimonial-thumb .title {
    margin: 0 0 9px;
    font-size: 20px;
}

.osr-testimonial-thumb p {
    margin: 0;
}

.osr-testimonial-thumb .designation {
    float: none;
    margin: 15px 0 7px;
    font-size: 14px;
    line-height: 14px;
}

.osr-testimonial-thumb .text {
    width: 100%;
    clear: both;
}

/*
      ============================================================
           Default Color Start
      ============================================================
*/
.blog-slider .owl-controls .owl-buttons div:hover,
.home-4 .footer-area .footer-top .footer-widget .widget-menu ul li a:hover,
.home-4 .footer-area .footer-top .footer-widget .widget-menu ul li a:hover::before,
.home-4 .footer-area .footer-bottom .copyright-area p a,
.home-4 .footer-area .footer-bottom .copyright-area p a:hover,
.home-4 .header-area .menu-area .main-menu ul li.current_menu_item>a,
.home-4 .header-area .menu-area .main-menu ul li:hover>a,
.osr-team figure .social-list li a,
.services-5:hover .title,
.th-cl {
    color: #19A655
}


/*
      ============================================================
           Default Background Color Start
      ============================================================
*/

.home-4 #scrollUp:hover,
.osr-counter .ct-short-text.layout3,
.ct-counter-layout2::before,
.osr-team figure .social-list li a:hover,
.osr-team .text::before,
.services-6:hover .icon-block,
.th-bg {
    background-color: #19A655
}


/*
      ============================================================
           Default Border Color Start
      ============================================================
*/

.th-bdr,
.osr-team figure .social-list li a:hover,
.osr-testimonial figure::after,
.services-6:hover .icon-block,
.services-5:hover {
    border-color: #19A655
}


/*
      ============================================================
           Default Transition Start
      ============================================================
*/

.osr-team,
.osr-team *,
.services-5 *,
.services-6,
.services-6 *,
.main-menu ul li a,
.blog-slider .owl-controls .owl-buttons div,
.services-5 {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.gray-bg2 {
    background: #fff6f4;
}

/*
      ============================================================
           Custom Start
      ============================================================
*/

img.post-img-thumbnail{
    max-width: 89px;
    max-height: 69px;
}


/*
    ==============================================================
        Loader
    ==============================================================
*/

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .spinner:after {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: spin 1.2s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);

    }

    100% {
      transform: rotate(360deg);

    }
  }

